Skip to content

Commit 72971cc

Browse files
Update version number to 1.6
1 parent 01ed40a commit 72971cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scribeui_pyramid/modules/main/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ def home(self):
6363
'settingsJSON': json.dumps(settings),
6464
'logo': self.request.static_url('scribeui_pyramid:static/img/logo_mini.png'),
6565
'logout_url': self.request.route_url('auth.logout'),
66-
'version': 'v1.5'
66+
'version': 'v1.6'
6767
}

0 commit comments

Comments
 (0)