Skip to content

Commit

Permalink
Bump up package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Oct 27, 2017
1 parent de12661 commit 1baa298
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
Release History
===============


2.0.5 (2017-10-27)
~~~~~~~~~~~~~~~~~~

**Bugfixes**

- Fixed bug for files that does not end with '\n'.
- Cleaned up file printing functionality.


2.0.4 (2017-10-26)
~~~~~~~~~~~~~~~~~~

Expand All @@ -11,6 +21,7 @@ Release History
- Added seed optional parameter to keep simulated peak lists reproducible from run to run.

**Improvements**
- Exposed `read_files` method at the `nmrstarlib` package-level.
- Improved cli option names.
- Additional unit tests.

Expand Down
2 changes: 1 addition & 1 deletion nmrstarlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
machine, directory/archive of files, URL address of a file).
"""

__version__ = "2.0.4"
__version__ = "2.0.5"


from .fileio import read_files

0 comments on commit 1baa298

Please sign in to comment.