Skip to content

Commit 531a8fb

Browse files
authored
Merge pull request clawpack#208 from rjleveque/v5.8.2rc
v5.8.2 release candidate
2 parents 97561b5 + e26254a commit 531a8fb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

amrclaw

clawpack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
if _os.path.isdir(_sdir))
2222
del _root, _path
2323

24-
__version__ = '5.8.1' # must also be changed in setup.py
24+
__version__ = '5.8.2' # must also be changed in setup.py

clawutil

pyclaw

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# version must also be changed in clawpack/__init__.py
5959
MAJOR = 5
6060
MINOR = 8
61-
MICRO = 1
61+
MICRO = 2
6262
TYPE = ''
6363
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)
6464

0 commit comments

Comments
 (0)