diff --git a/docs/releases.rst b/docs/releases.rst
index 49201f0da..cd5b4fd15 100644
--- a/docs/releases.rst
+++ b/docs/releases.rst
@@ -5,7 +5,7 @@ Release Notes
:maxdepth: 1
:glob:
- releases/1_1_0
+ releases/1_1_1
releases/1_0_2
releases/1_0_1
releases/1_0_0
diff --git a/docs/releases/1_1_0.rst b/docs/releases/1_1_1.rst
similarity index 96%
rename from docs/releases/1_1_0.rst
rename to docs/releases/1_1_1.rst
index ebbf696b8..e19fb9ba9 100644
--- a/docs/releases/1_1_0.rst
+++ b/docs/releases/1_1_1.rst
@@ -1,17 +1,17 @@
-.. _1-1-0:
+.. _1-1-1:
-1.1.0
+1.1.1
===========================
*12/21/2017*
-Graphite 1.1.0 is now available! This marks another major milestone on Graphite's releases.
+Graphite 1.1.1 is now available! This marks another major milestone on Graphite's releases.
Source bundles are available from GitHub:
-* https://github.com/graphite-project/graphite-web/archive/1.1.0.tar.gz
-* https://github.com/graphite-project/carbon/archive/1.1.0.tar.gz
-* https://github.com/graphite-project/whisper/archive/1.1.0.tar.gz
-* https://github.com/graphite-project/carbonate/archive/1.1.0.tar.gz
+* https://github.com/graphite-project/graphite-web/archive/1.1.1.tar.gz
+* https://github.com/graphite-project/carbon/archive/1.1.1.tar.gz
+* https://github.com/graphite-project/whisper/archive/1.1.1.tar.gz
+* https://github.com/graphite-project/carbonate/archive/1.1.1.tar.gz
Graphite can also be installed from `PyPI `_ via
`pip `_. PyPI bundles are here:
diff --git a/setup.py b/setup.py
index a22048c34..ca2b2d5c6 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@
try:
setup(
name='graphite-web',
- version='1.1.0',
+ version='1.1.1',
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 ce97ba207..9fe7d5e68 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.0'
+WEBAPP_VERSION = '1.1.1'
DEBUG = False
JAVASCRIPT_DEBUG = False