diff --git a/docs/conf.py b/docs/conf.py index aeecb7f62..2bfde6da1 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.3' +version = '1.1.4' # The full version, including alpha/beta/rc tags. -release = '1.1.3' +release = '1.1.4' # 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 39e6d432e..dca5ec53e 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ try: setup( name='graphite-web', - version='1.1.3', + version='1.1.4', 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 e91c894b2..ca114f503 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.3' +WEBAPP_VERSION = '1.1.4' DEBUG = False JAVASCRIPT_DEBUG = False