From 5c799dd7f42552d4235ed1ecf61be82ff2bd7ace Mon Sep 17 00:00:00 2001 From: hpesonen Date: Wed, 29 Jul 2020 14:34:40 +0200 Subject: [PATCH] Bump version --- CHANGELOG.rst | 2 ++ README.md | 2 +- elfi/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 343bbb7c..a612ff0d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,8 @@ Changelog ========= +0.7.6 (2020-08-29) +------------------ - Fix incompatibility with scipy>1.5 in bo.utils.stochastic_optimization - Minor improvements to documentation diff --git a/README.md b/README.md index 33440a09..15eac0bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**Version 0.7.5 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks). +**Version 0.7.6 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks). **NOTE:** For the time being NetworkX 2 is incompatible with ELFI. diff --git a/elfi/__init__.py b/elfi/__init__.py index f081f276..6a5c7a15 100644 --- a/elfi/__init__.py +++ b/elfi/__init__.py @@ -26,4 +26,4 @@ __email__ = 'elfi-support@hiit.fi' # make sure __version_ is on the last non-empty line (read by setup.py) -__version__ = '0.7.5' +__version__ = '0.7.6'