From c4f81bf02380897fb837925cfa7dd5e6189cd71e Mon Sep 17 00:00:00 2001 From: Henri Pesonen Date: Thu, 21 Sep 2023 11:42:14 +0200 Subject: [PATCH] Bump version (#470) --- 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 c561908b..4ab3dedc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,8 @@ Changelog ========= +0.8.7 (2023-09-21) +------------------ - Update available methods list - Pin `numpy <= 1.24.0` due to `GPy` - Update RTD configuration diff --git a/README.md b/README.md index 0a7b8021..ef76c0a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**Version 0.8.6 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks). +**Version 0.8.7 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks). diff --git a/elfi/__init__.py b/elfi/__init__.py index 233fe846..0e0a17b9 100644 --- a/elfi/__init__.py +++ b/elfi/__init__.py @@ -32,4 +32,4 @@ __email__ = 'elfi-support@hiit.fi' # make sure __version_ is on the last non-empty line (read by setup.py) -__version__ = '0.8.6' +__version__ = '0.8.7'