Skip to content

Commit

Permalink
Updated version and changelog for 0.1.4
Browse files Browse the repository at this point in the history
Former-commit-id: 8160c19
Former-commit-id: 7c8d7f8
  • Loading branch information
urinieto committed Nov 6, 2016
1 parent 9255649 commit 800acdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down
2 changes: 1 addition & 1 deletion msaf/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version info"""
short_version = '0.1'
version = '0.1.4-dev'
version = '0.1.4'

0 comments on commit 800acdd

Please sign in to comment.