We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e41159 commit e2a5f30Copy full SHA for e2a5f30
imagespace/server/__init__.py
@@ -43,7 +43,7 @@ class CustomAppRoot(object):
43
'staticRoot': 'static',
44
'title': 'ImageSpace',
45
'versionInfo': {
46
- 'niceName': 'SUG v2.5',
+ 'niceName': 'SUG v3.0',
47
'sha': subprocess.check_output(
48
['git', 'rev-parse', '--short', 'HEAD'],
49
cwd=os.path.dirname(os.path.realpath(__file__))
0 commit comments