File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ def setup(app):
87
87
# built documents.
88
88
#
89
89
# The short X.Y version.
90
- version = '1.1.3 '
90
+ version = '1.1.4 '
91
91
# The full version, including alpha/beta/rc tags.
92
- release = '1.1.3 '
92
+ release = '1.1.4 '
93
93
94
94
# The language for content autogenerated by Sphinx. Refer to documentation
95
95
# for a list of supported languages.
Original file line number Diff line number Diff line change 74
74
try :
75
75
setup (
76
76
name = 'graphite-web' ,
77
- version = '1.1.3 ' ,
77
+ version = '1.1.4 ' ,
78
78
url = 'http://graphiteapp.org/' ,
79
79
author = 'Chris Davis' ,
80
80
Original file line number Diff line number Diff line change 27
27
28
28
29
29
GRAPHITE_WEB_APP_SETTINGS_LOADED = False
30
- WEBAPP_VERSION = '1.1.3 '
30
+ WEBAPP_VERSION = '1.1.4 '
31
31
DEBUG = False
32
32
JAVASCRIPT_DEBUG = False
33
33
You can’t perform that action at this time.
0 commit comments