Skip to content

Commit

Permalink
Merge pull request #345 from choderalab/release-0.15
Browse files Browse the repository at this point in the history
Release 0.15
  • Loading branch information
andrrizzi authored Mar 23, 2018
2 parents b889f63 + 4b722b3 commit acc22e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/releasehistory.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Release History
===============

Development snapshot
====================
0.15.0 - Restraint forces
=========================
- Add radially-symmetric restraint custom forces (`#336 <https://github.com/choderalab/openmmtools/pull/336>`_).
- Copy Python attributes of integrators on ``deepcopy()`` (`#336 <https://github.com/choderalab/openmmtools/pull/336>`_).
- Optimization of `states.CompoundThermodynamicState` deserialization (`#338 <https://github.com/choderalab/openmmtools/pull/338>`_).
- Bugfixes (`#332 <https://github.com/choderalab/openmmtools/pull/332>`_, `#343 <https://github.com/choderalab/openmmtools/pull/343>`_).


0.14.0 - Exact treatment of alchemical PME electrostatics, water cluster test system, optimizations
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
DOCLINES = __doc__.split("\n")

########################
VERSION = "0.14.1"
ISRELEASED = False
VERSION = "0.15.0"
ISRELEASED = True
__version__ = VERSION
########################
CLASSIFIERS = """\
Expand Down

0 comments on commit acc22e9

Please sign in to comment.