From f05114bef70873f3f65ed6e1f65a38fcf9d5ea85 Mon Sep 17 00:00:00 2001 From: Andrea Rizzi Date: Thu, 30 Nov 2017 13:22:34 -0500 Subject: [PATCH 1/2] Release 0.19.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3d5f2cdb..ed4aa6d9 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ######################## VERSION = "0.19.2" # Primary base version of the build DEVBUILD = "0" # Dev build status, Either None or Integer as string -ISRELEASED = False # Are we releasing this as a full cut? +ISRELEASED = True # Are we releasing this as a full cut? __version__ = VERSION ######################## CLASSIFIERS = """\ From 801bddb978c78556b759f1b2fb6400ab62b46e4a Mon Sep 17 00:00:00 2001 From: Andrea Rizzi Date: Thu, 30 Nov 2017 13:27:24 -0500 Subject: [PATCH 2/2] Update whatsnew. --- docs/whatsnew.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index 7ac9706c..6e08d1b7 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -6,6 +6,10 @@ This section features and improvements of note in each release. The full release history can be viewed `at the GitHub yank releases page `_. +0.19.2 Include ions in solute-only trajectory +--------------------------------------------- +- Ions are now included in the solute-only trajectories. + 0.19.1 Trailblaze fix and restart stability from OpenMMTools ------------------------------------------------------------ - OpenMMTools 0.13.4 now required to fix issues listed below