Skip to content

Commit

Permalink
update version number to 0.17.0 (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
kain88-de authored and richardjgowers committed Jun 24, 2017
1 parent 853447c commit 47f956f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion maintainer/conda/MDAnalysis/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: mdanalysis
# This has to be changed after a release
version: "0.16.1dev"
version: "0.17.0dev"

source:
git_url: https://github.com/MDAnalysis/mdanalysis
Expand Down
11 changes: 11 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ The rules for this file:
* release numbers follow "Semantic Versioning" http://semver.org

------------------------------------------------------------------------------
mm/dd/17 richardjgowers, rathann, jbarnoud, orbeckst

* 0.17.0

Enhancements

Deprecations

Fixes

Changes


mm/dd/17 richardjgowers, rathann, jbarnoud, orbeckst
Expand Down
2 changes: 1 addition & 1 deletion package/MDAnalysis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
# e.g. with lib.log

#: Release of MDAnalysis as a string, using `semantic versioning`_.
__version__ = "0.16.2-dev0" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "0.17.0-dev" # 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 @@ -75,7 +75,7 @@
cmdclass = {}

# NOTE: keep in sync with MDAnalysis.__version__ in version.py
RELEASE = "0.16.2-dev0"
RELEASE = "0.17.0-dev"

is_release = 'dev' not in RELEASE

Expand Down
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
import logging
logger = logging.getLogger("MDAnalysisTests.__init__")

__version__ = "0.16.2-dev0" # keep in sync with RELEASE in setup.py
__version__ = "0.17.0-dev" # keep in sync with RELEASE in setup.py
try:
from MDAnalysisTests.authors import __authors__
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion testsuite/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def dynamic_author_list():
except (OSError, IOError):
warnings.warn('Cannot write the list of authors.')

RELEASE = "0.16.2-dev0" # this must be in-sync with MDAnalysis
RELEASE = "0.17.0-dev" # this must be in-sync with MDAnalysis
LONG_DESCRIPTION = \
"""MDAnalysis is a tool for analyzing molecular dynamics trajectories.
Expand Down

0 comments on commit 47f956f

Please sign in to comment.