Skip to content

Commit aca8ba3

Browse files
authored
Bump version (#466)
1 parent 90bbcaf commit aca8ba3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
33

4+
0.8.6 (2023-03-07)
5+
------------------
46
- Fix broken 0.8.5 by adding missing `__init__.py` to elfi/methods/bsl/
57

68
0.8.5 (2023-03-07)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 0.8.5 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks).
1+
**Version 0.8.6 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks).
22

33
<img src="https://raw.githubusercontent.com/elfi-dev/elfi/dev/docs/logos/elfi_logo_text_nobg.png" width="200" />
44

elfi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
__email__ = 'elfi-support@hiit.fi'
3333

3434
# make sure __version_ is on the last non-empty line (read by setup.py)
35-
__version__ = '0.8.5'
35+
__version__ = '0.8.6'

0 commit comments

Comments
 (0)