Skip to content

Commit 1e43884

Browse files
authored
Merge pull request #391 from elfi-dev/dev
Release v0.8.2
2 parents 3e2c678 + 07ac0ed commit 1e43884

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.8.1 (2021-10-12)
4+
0.8.2 (2021-10-13)
55
------------------
66
- Relax tightly pinned dependency on a version of dask[distributed]
77
- Change lotka-volterra priors to follow the given reference

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 0.8.1 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks).
1+
**Version 0.8.2 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
@@ -30,4 +30,4 @@
3030
__email__ = 'elfi-support@hiit.fi'
3131

3232
# make sure __version_ is on the last non-empty line (read by setup.py)
33-
__version__ = '0.8.1'
33+
__version__ = '0.8.2'

0 commit comments

Comments
 (0)