Skip to content

Commit

Permalink
Bumped version to 0.13.1-dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Jan 17, 2016
1 parent 9a80de0 commit 74e6f82
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ The rules for this file:
* release numbers follow "Semantic Versioning" http://semver.org

------------------------------------------------------------------------------
??/??/16

* 0.13.1

API Changes

Enhancement

Changes

Fixes

01/16/16 tyler.je.reddy, kain88-de, richardjgowers, manuel.nuno.melo,
orbeckst, Balasubra

Expand Down
2 changes: 1 addition & 1 deletion package/MDAnalysis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
# e.g. with lib.log

#: Release of MDAnalysis as a string, using `semantic versioning`_.
__version__ = "0.13.0" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "0.13.1-dev0" # NOTE: keep in sync with RELEASE in setup.py
2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def extensions(config):

if __name__ == '__main__':
# NOTE: keep in sync with MDAnalysis.__version__ in version.py
RELEASE = "0.13.0"
RELEASE = "0.13.1-dev0"
with open("SUMMARY.txt") as summary:
LONG_DESCRIPTION = summary.read()
CLASSIFIERS = [
Expand Down
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"""

__version__ = "0.13.0" # keep in sync with RELEASE in setup.py
__version__ = "0.13.1-dev0" # keep in sync with RELEASE in setup.py

# Do NOT import MDAnalysis at this level. Tests should do it themselves.
# If MDAnalysis is imported here coverage accounting might fail because all the import
Expand Down
2 changes: 1 addition & 1 deletion testsuite/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@


if __name__ == '__main__':
RELEASE = "0.13.0" # this must be in-sync with MDAnalysis
RELEASE = "0.13.1-dev0" # this must be in-sync with MDAnalysis
LONG_DESCRIPTION = \
"""MDAnalysis is a tool for analyzing molecular dynamics trajectories.
Expand Down

0 comments on commit 74e6f82

Please sign in to comment.