From 46e2f4ec90249b55cebec8a8ee094bc7025c0cf6 Mon Sep 17 00:00:00 2001 From: Andrea Rizzi Date: Thu, 22 Mar 2018 21:47:21 -0400 Subject: [PATCH 1/2] Prepare releasehistory.rst for 0.15.0 release --- docs/releasehistory.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index 9bc57b2ee..1ff9ea7d2 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -1,11 +1,12 @@ Release History =============== -Development snapshot -==================== +0.15.0 - Restraint forces +========================= - Add radially-symmetric restraint custom forces (`#336 `_). - Copy Python attributes of integrators on ``deepcopy()`` (`#336 `_). - Optimization of `states.CompoundThermodynamicState` deserialization (`#338 `_). +- Bugfixes (`#332 `_, `#343 `_). 0.14.0 - Exact treatment of alchemical PME electrostatics, water cluster test system, optimizations From 4b722b3df79c440b7fd7387d73adffd37db2b4cd Mon Sep 17 00:00:00 2001 From: Andrea Rizzi Date: Thu, 22 Mar 2018 21:47:50 -0400 Subject: [PATCH 2/2] Release 0.15.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 62441419f..af665e6a1 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,8 @@ DOCLINES = __doc__.split("\n") ######################## -VERSION = "0.14.1" -ISRELEASED = False +VERSION = "0.15.0" +ISRELEASED = True __version__ = VERSION ######################## CLASSIFIERS = """\