Skip to content

Commit 626990d

Browse files
Set development version for 2.5.3
1 parent 7171602 commit 626990d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geonode/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import os
2222

23-
__version__ = (2, 5, 1, 'alpha', 0)
23+
__version__ = (2, 5, 3, 'alpha', 0)
2424

2525

2626
class GeoNodeException(Exception):

0 commit comments

Comments
 (0)