Skip to content

Commit

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

.. towncrier release notes start
MDBenchmark 1.3.1 (2018-05-17)
==============================

Bugfixes
--------

- Module names validation is now performed case insensitive. (#61)


Misc
----
- Consolidate common functions from `mdengines.gromacs` and `mdengines.namd` into `mdengines.utils`, removing code duplication. (#57)
- Refactor unit tests. Make everything more concise and use some more pytest functionality. (#58)


MDBenchmark 1.3.0 (2018-04-08)
==============================

Expand Down
1 change: 0 additions & 1 deletion changelog/57.misc

This file was deleted.

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

This file was deleted.

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

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 @@ -29,4 +29,4 @@

from . import analyze, generate, submit

__version__ = '1.3.0'
__version__ = '1.3.1'

0 comments on commit 28d73d4

Please sign in to comment.