Skip to content

Commit 077308b

Browse files
authored
Release 0.6.3 (#242)
* Release 0.6.3 * Bump version in CHANGELOG
1 parent c804b94 commit 077308b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
dev
5-
---
4+
0.6.3 (2017-09-28)
5+
------------------
66

77
- Further performance improvements for rerunning inference using stored data via caches
88
- Added the general Gaussian noise example model (fixed covariance)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 0.6.2 released!** See the CHANGELOG and [notebooks](https://github.com/elfi-dev/notebooks).
1+
**Version 0.6.3 released!** See the CHANGELOG 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
__email__ = '[email protected]'
2424

2525
# make sure __version_ is on the last non-empty line (read by setup.py)
26-
__version__ = '0.6.2'
26+
__version__ = '0.6.3'

0 commit comments

Comments
 (0)