From 813966fdd70c1c04f18b0651cff8fc9a03bdee31 Mon Sep 17 00:00:00 2001 From: "Sean J. Taylor" Date: Mon, 17 Apr 2017 11:29:38 -0700 Subject: [PATCH] 0.1.1 version bumps --- R/DESCRIPTION | 2 +- README.md | 10 ++++++++++ python/setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/R/DESCRIPTION b/R/DESCRIPTION index 3b829a5..87e6ad5 100644 --- a/R/DESCRIPTION +++ b/R/DESCRIPTION @@ -1,6 +1,6 @@ Package: prophet Title: Automatic Forecasting Procedure -Version: 0.1 +Version: 0.1.1 Date: 2017-01-26 Authors@R: c( person("Sean", "Taylor", email = "sjt@fb.com", role = c("cre", "aut")), diff --git a/README.md b/README.md index 0a75ab1..0de25dd 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Prophet is [open source software](https://code.facebook.com/projects/) released - Source code repository: https://github.com/facebookincubator/prophet - Prophet R package: https://cran.r-project.org/package=prophet - Prophet Python package: https://pypi.python.org/pypi/fbprophet/ +- Release blogpost: https://research.fb.com/prophet-forecasting-at-scale/ ## Installation in R @@ -46,3 +47,12 @@ After installation, you can [get started!](https://facebookincubator.github.io/p On Windows, PyStan requires a compiler so you'll need to [follow the instructions](http://pystan.readthedocs.io/en/latest/windows.html). The key step is installing a recent [C++ compiler](http://landinghub.visualstudio.com/visual-cpp-build-tools). +## Changelog + +### Version 0.1.1 (2017.04.17) + +- Bugfixes + +### Version 0.1 (2017.02.23) + +- Initial release diff --git a/python/setup.py b/python/setup.py index 78fbcb0..9b884e5 100644 --- a/python/setup.py +++ b/python/setup.py @@ -96,7 +96,7 @@ class TestCommand(test_command): setup( name='fbprophet', - version='0.1.post1', + version='0.1.1', description='Automatic Forecasting Procedure', url='https://facebookincubator.github.io/prophet/', author='Sean J. Taylor , Ben Letham ',