File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ def setup(app):
8787# built documents.
8888#
8989# The short X.Y version.
90- version = '1.1.2 '
90+ version = '1.1.3 '
9191# The full version, including alpha/beta/rc tags.
92- release = '1.1.2 '
92+ release = '1.1.3 '
9393
9494# The language for content autogenerated by Sphinx. Refer to documentation
9595# for a list of supported languages.
Original file line number Diff line number Diff line change 7474try :
7575 setup (
7676 name = 'graphite-web' ,
77- version = '1.1.2 ' ,
77+ version = '1.1.3 ' ,
7878 url = 'http://graphiteapp.org/' ,
7979 author = 'Chris Davis' ,
8080 author_email = 'chrismd@gmail.com' ,
Original file line number Diff line number Diff line change 2727
2828
2929GRAPHITE_WEB_APP_SETTINGS_LOADED = False
30- WEBAPP_VERSION = '1.1.2 '
30+ WEBAPP_VERSION = '1.1.3 '
3131DEBUG = False
3232JAVASCRIPT_DEBUG = False
3333
You can’t perform that action at this time.
0 commit comments