Skip to content

Commit

Permalink
Merge pull request #216 from rjleveque/v5.9.0rc
Browse files Browse the repository at this point in the history
Version 5.9.0 release candidate
  • Loading branch information
mandli committed Aug 22, 2022
2 parents 786f41f + 5f4e4c2 commit a2eb042
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clawpack/__init__.py
Expand Up @@ -21,4 +21,4 @@
if _os.path.isdir(_sdir))
del _root, _path

__version__ = '5.8.2' # must also be changed in setup.py
__version__ = '5.9.0' # must also be changed in setup.py
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -57,8 +57,8 @@

# version must also be changed in clawpack/__init__.py
MAJOR = 5
MINOR = 8
MICRO = 2
MINOR = 9
MICRO = 0
TYPE = ''
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)

Expand Down

0 comments on commit a2eb042

Please sign in to comment.