diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b94ac6..4bc678b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/Broomva/hyperopt_prophet/compare/v0.2.3...v0.2.4) (2023-07-28) + + +### Bug Fixes + +* added logging options to avoid pystan info ([a9345a3](https://github.com/Broomva/hyperopt_prophet/commit/a9345a3bba12547712a05b9a987041ec3152bae8)) + ## [0.2.3](https://github.com/Broomva/hyperopt_prophet/compare/v0.2.2...v0.2.3) (2023-07-28) diff --git a/pyproject.toml b/pyproject.toml index 7f6ac63..8acb6fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperopt-prophet" -version = "0.2.3" +version = "0.2.4" description = "Integration of prophet forecasting with hyperopt, mlflow" authors = ["Carlos D. Escobar-Valbuena "] license = "MIT" diff --git a/version.py b/version.py index d31c31e..788da1f 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "0.2.4"