diff --git a/setup.py b/setup.py index ca2b2d5c6..b32b864dc 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ try: setup( name='graphite-web', - version='1.1.1', + version='1.1.2', 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 9004df39a..0a04c6af3 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.1' +WEBAPP_VERSION = '1.1.2' DEBUG = False JAVASCRIPT_DEBUG = False