From b097495ed53484d17b21629308b787ae84c9a91d Mon Sep 17 00:00:00 2001 From: Denys Zhdanov Date: Sun, 11 Feb 2018 18:53:07 +0100 Subject: [PATCH] Preparing release 1.1.2 --- setup.py | 2 +- webapp/graphite/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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