Skip to content

Commit

Permalink
Update version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mimischi committed Jul 20, 2018
1 parent 9633311 commit d35af65
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ to update this file automatically for each release.

.. towncrier release notes start
MDBenchmark 1.3.2 (2018-07-20)
==============================

Bugfixes
--------

- We now print all rows when running `mdbenchmark analyze`. (#68)
- Suppress UserWarning caused by ``MDAnalysis==0.18``. (#71)


Misc
----

- Added new error message when running `mdbenchmark generate [...] --skip-validation` without providing a supported MD engine. (#74)


MDBenchmark 1.3.1 (2018-05-17)
==============================

Expand Down
1 change: 0 additions & 1 deletion changelog/68.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/71.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/74.misc

This file was deleted.

2 changes: 1 addition & 1 deletion mdbenchmark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@

from . import analyze, generate, submit

__version__ = '1.3.1'
__version__ = '1.3.2'

0 comments on commit d35af65

Please sign in to comment.