Skip to content

Commit

Permalink
Start 2.9.0-dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Nov 26, 2024
1 parent 46be788 commit d62dc0a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ The rules for this file:


-------------------------------------------------------------------------------
??/??/?? IAlibay

* 2.9.0

Fixes

Enhancements

Changes

Deprecations


11/11/24 IAlibay, HeetVekariya, marinegor, lilyminium, RMeli,
ljwoods2, aditya292002, pstaerk, PicoCentauri, BFedder,
tyler.je.reddy, SampurnaM, leonwehrhan, kainszs, orionarcher,
Expand Down
2 changes: 1 addition & 1 deletion package/MDAnalysis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@
# e.g. with lib.log

#: Release of MDAnalysis as a string, using `semantic versioning`_.
__version__ = "2.8.0" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "2.9.0-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 @@ -58,7 +58,7 @@
from subprocess import getoutput

# NOTE: keep in sync with MDAnalysis.__version__ in version.py
RELEASE = "2.8.0"
RELEASE = "2.9.0-dev0"

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 @@ -97,7 +97,7 @@
logger = logging.getLogger("MDAnalysisTests.__init__")

# keep in sync with RELEASE in setup.py
__version__ = "2.8.0"
__version__ = "2.9.0-dev0"


# Do NOT import MDAnalysis at this level. Tests should do it themselves.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):

if __name__ == '__main__':
# this must be in-sync with MDAnalysis
RELEASE = "2.8.0"
RELEASE = "2.9.0-dev0"

setup(
version=RELEASE,
Expand Down

0 comments on commit d62dc0a

Please sign in to comment.