Skip to content

Commit

Permalink
change version to 3.2.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiver committed Jul 9, 2023
1 parent b533cb1 commit 0c35bab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions anuga/revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
The file is automatically generated and should not be modified manually.
"""

__git_sha__ = "34133374330cf2ee37c802098ceaaa58f9637e97"
__git_committed_datetime__ = "2022-06-23 11:57:43+09:18"
__version__ = "3.1.9"
__git_sha__ = "b533cb128b798f8bdb4b854e0ab132aaff985e36"
__git_committed_datetime__ = "2023-06-01 17:25:15+10:00"
__version__ = "3.2.0dev"
2 changes: 1 addition & 1 deletion create_revision_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
for line in infile:
match = re.match(r'VERSION =', line)
if match != None:
VERSION = re.findall('\d.\d.\d',line)[0]
VERSION = re.findall('\d.\d.\ddev|\d.\d.\d',line)[0]


destination_path='anuga'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
URL = "https://github.com/anuga-community/anuga_core"
LICENSE = 'GPL'
DOWNLOAD_URL = "http://sourceforge.net/projects/anuga/"
VERSION = '3.1.9'
VERSION = '3.2.0dev'
#===============================================================================


Expand Down

0 comments on commit 0c35bab

Please sign in to comment.