Skip to content

Commit 28d73d4

Browse files
committed
Update to version 1.3.1
1 parent 2bbc746 commit 28d73d4

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ to update this file automatically for each release.
99

1010
.. towncrier release notes start
1111
12+
MDBenchmark 1.3.1 (2018-05-17)
13+
==============================
14+
15+
Bugfixes
16+
--------
17+
18+
- Module names validation is now performed case insensitive. (#61)
19+
20+
21+
Misc
22+
----
23+
- Consolidate common functions from `mdengines.gromacs` and `mdengines.namd` into `mdengines.utils`, removing code duplication. (#57)
24+
- Refactor unit tests. Make everything more concise and use some more pytest functionality. (#58)
25+
26+
1227
MDBenchmark 1.3.0 (2018-04-08)
1328
==============================
1429

changelog/57.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/58.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/61.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

mdbenchmark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
from . import analyze, generate, submit
3131

32-
__version__ = '1.3.0'
32+
__version__ = '1.3.1'

0 commit comments

Comments
 (0)