diff --git a/docs/conf.py b/docs/conf.py index a57c95ea4..aeecb7f62 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,9 +87,9 @@ def setup(app): # built documents. # # The short X.Y version. -version = '1.1.2' +version = '1.1.3' # The full version, including alpha/beta/rc tags. -release = '1.1.2' +release = '1.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b32b864dc..8798ddfac 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ try: setup( name='graphite-web', - version='1.1.2', + version='1.1.3', url='http://graphiteapp.org/', author='Chris Davis', author_email='chrismd@gmail.com', diff --git a/webapp/graphite/settings.py b/webapp/graphite/settings.py index 0a04c6af3..fb920d1ca 100644 --- a/webapp/graphite/settings.py +++ b/webapp/graphite/settings.py @@ -27,7 +27,7 @@ GRAPHITE_WEB_APP_SETTINGS_LOADED = False -WEBAPP_VERSION = '1.1.2' +WEBAPP_VERSION = '1.1.3' DEBUG = False JAVASCRIPT_DEBUG = False