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 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 = """\