Skip to content

Commit

Permalink
Merge pull request #836 from choderalab/release-0.19.2
Browse files Browse the repository at this point in the history
Release 0.19.2
  • Loading branch information
andrrizzi authored Nov 30, 2017
2 parents 73aaadc + 801bddb commit df7bd9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/choderalab/yank/releases>`_.

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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """\
Expand Down

0 comments on commit df7bd9c

Please sign in to comment.