Skip to content

Commit e2a5f30

Browse files
committed
Bumping version to 3.0
1 parent 4e41159 commit e2a5f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imagespace/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CustomAppRoot(object):
4343
'staticRoot': 'static',
4444
'title': 'ImageSpace',
4545
'versionInfo': {
46-
'niceName': 'SUG v2.5',
46+
'niceName': 'SUG v3.0',
4747
'sha': subprocess.check_output(
4848
['git', 'rev-parse', '--short', 'HEAD'],
4949
cwd=os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)