diff --git a/docs/changelog.rst b/docs/changelog.rst index 490cd894..0912aac6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,10 @@ Changes v0.1.4 ------ -* Included Python 3.5 in the metadata. +* Included Python 3.5 in the metadata +* Removed old functions from i/o module that nobody should be using +* cleanued up code for reading/writing estimations (just a tiny bit) +* Unit tested i/o module v0.1.3 ------ diff --git a/msaf/version.py b/msaf/version.py index 98dcc904..5ad6da24 100644 --- a/msaf/version.py +++ b/msaf/version.py @@ -1,3 +1,3 @@ """Version info""" short_version = '0.1' -version = '0.1.4-dev' +version = '0.1.4'