Skip to content

Commit c6c6c80

Browse files
authored
Merge pull request #329 from elfi-dev/v076
Bump version
2 parents ec1418e + 5c799dd commit c6c6c80

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.7.6 (2020-08-29)
5+
------------------
46
- Fix incompatibility with scipy>1.5 in bo.utils.stochastic_optimization
57
- Minor improvements to documentation
68

README.md

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

33
**NOTE:** For the time being NetworkX 2 is incompatible with ELFI.
44

elfi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
__email__ = 'elfi-support@hiit.fi'
2727

2828
# make sure __version_ is on the last non-empty line (read by setup.py)
29-
__version__ = '0.7.5'
29+
__version__ = '0.7.6'

0 commit comments

Comments
 (0)