Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit fc9cce2

Browse files
committed
Merge pull request #390 from SimTk/2.8.2
Release 2.8.2
2 parents 2f24b6b + 1a68956 commit fc9cce2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/sphinx/whats_new.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ What's New
66
- Ported code to use MDTraj. This eliminates the need for MSMBuilder to
77
directly handle the loading and saving of trajectories, and gives us
88
much more cross-format support.
9-
- New sphinx documentation
9+
- New sphinx documentation at http://msmbuilder.org
10+
- MSMBuilder is now Python 3 compatible.
11+
- MSMBuilder now supports windows.
1012

1113
2.6 Changelog
1214
-------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#########################################
2424
VERSION = "2.8.2"
25-
ISRELEASED = False
25+
ISRELEASED = True
2626
__author__ = "MSMBuilder Team"
2727
__version__ = VERSION
2828
########################################

0 commit comments

Comments
 (0)