Skip to content

Commit

Permalink
started version 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Oct 9, 2018
1 parent 251f377 commit 54f5ce5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion maintainer/conda/MDAnalysis/meta.yaml
@@ -1,7 +1,7 @@
package:
name: mdanalysis
# This has to be changed after a release
version: "0.18.1dev"
version: "0.19.1dev"

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

------------------------------------------------------------------------------
mm/dd/18
* 0.19.1

Enhancements

Fixes

Changes

Deprecations


10/09/18 tylerjereddy, richardjgowers, palnabarun, orbeckst, kain88-de, zemanj,
VOD555, davidercruz, jbarnoud, ayushsuhane, hfmull, micaela-matta,
sebastien.buchoux, arm61, p-j-smith, IAlibay
Expand Down
2 changes: 1 addition & 1 deletion package/MDAnalysis/version.py
Expand Up @@ -66,4 +66,4 @@
# e.g. with lib.log

#: Release of MDAnalysis as a string, using `semantic versioning`_.
__version__ = "0.19.0" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "0.19.1-dev" # NOTE: keep in sync with RELEASE in setup.py
2 changes: 1 addition & 1 deletion package/setup.py
Expand Up @@ -67,7 +67,7 @@


# NOTE: keep in sync with MDAnalysis.__version__ in version.py
RELEASE = "0.19.0"
RELEASE = "0.19.1-dev"

is_release = 'dev' not in RELEASE

Expand Down
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/__init__.py
Expand Up @@ -97,7 +97,7 @@
logger = logging.getLogger("MDAnalysisTests.__init__")

# keep in sync with RELEASE in setup.py
__version__ = "0.19.0"
__version__ = "0.19.1-dev"
try:
from MDAnalysisTests.authors import __authors__
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion testsuite/setup.py
Expand Up @@ -132,7 +132,7 @@ def dynamic_author_list():
warnings.warn('Cannot write the list of authors.')

# this must be in-sync with MDAnalysis
RELEASE = "0.19.0"
RELEASE = "0.19.1-dev"
with open("README") as summary:
LONG_DESCRIPTION = summary.read()

Expand Down

0 comments on commit 54f5ce5

Please sign in to comment.