Skip to content

Commit

Permalink
Merge pull request #200 from rjleveque/v5.8.0rc
Browse files Browse the repository at this point in the history
V5.8.0rc
  • Loading branch information
rjleveque committed Feb 1, 2021
2 parents 8dbc231 + e3495e5 commit 37c9a05
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion amrclaw
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.7.1' # must also be changed in setup.py
__version__ = '5.8.0' # must also be changed in setup.py
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -55,8 +55,8 @@

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

Expand Down

0 comments on commit 37c9a05

Please sign in to comment.