We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ed40a commit 72971ccCopy full SHA for 72971cc
scribeui_pyramid/modules/main/views.py
@@ -63,5 +63,5 @@ def home(self):
63
'settingsJSON': json.dumps(settings),
64
'logo': self.request.static_url('scribeui_pyramid:static/img/logo_mini.png'),
65
'logout_url': self.request.route_url('auth.logout'),
66
- 'version': 'v1.5'
+ 'version': 'v1.6'
67
}
0 commit comments