diff --git a/docs/conf.py b/docs/conf.py index 7f8f4c80d..f6ed38c6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,9 +92,9 @@ def setup(app): # built documents. # # The short X.Y version. -version = '1.1.9' +version = '1.1.10' # The full version, including alpha/beta/rc tags. -release = '1.1.9' +release = '1.1.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/releases.rst b/docs/releases.rst index 0a245a86b..1c3c4accd 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -5,7 +5,7 @@ Release Notes :maxdepth: 1 :glob: - releases/1_1_9 + releases/1_1_10 releases/1_1_8 releases/1_1_7 releases/1_1_6 diff --git a/docs/releases/1_1_9.rst b/docs/releases/1_1_10.rst similarity index 79% rename from docs/releases/1_1_9.rst rename to docs/releases/1_1_10.rst index 49161818e..8a803e1f0 100644 --- a/docs/releases/1_1_9.rst +++ b/docs/releases/1_1_10.rst @@ -1,10 +1,10 @@ -.. _1-1-9: +.. _1-1-10: -1.1.9 +1.1.10 =========================== *05/23/2022* -Graphite 1.1.9 is now available for usage. Please note that this is a bugfix release for the stable Graphite 1.1.x branch and it's recommended for production usage. It also contains some improvements backported from the master branch. +Graphite 1.1.10 is now available for usage. Please note that this is a bugfix release for the stable Graphite 1.1.x branch and it's recommended for production usage. It also contains some improvements backported from the master branch. Highlights ------------- @@ -15,10 +15,10 @@ Thanks a lot for all Graphite contributors and users! Source bundles are available from GitHub: -* https://github.com/graphite-project/graphite-web/archive/1.1.9.tar.gz -* https://github.com/graphite-project/carbon/archive/1.1.9.tar.gz -* https://github.com/graphite-project/whisper/archive/1.1.9.tar.gz -* https://github.com/graphite-project/carbonate/archive/1.1.9.tar.gz +* https://github.com/graphite-project/graphite-web/archive/1.1.10.tar.gz +* https://github.com/graphite-project/carbon/archive/1.1.10.tar.gz +* https://github.com/graphite-project/whisper/archive/1.1.10.tar.gz +* https://github.com/graphite-project/carbonate/archive/1.1.10.tar.gz Graphite can also be installed from `PyPI `_ via `pip `_. PyPI bundles are here: diff --git a/setup.py b/setup.py index 0f5870833..24997235a 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ def read(fname): try: setup( name='graphite-web', - version='1.1.8', + version='1.1.10', 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 97869639f..031d9d0c3 100644 --- a/webapp/graphite/settings.py +++ b/webapp/graphite/settings.py @@ -28,7 +28,7 @@ GRAPHITE_WEB_APP_SETTINGS_LOADED = False -WEBAPP_VERSION = '1.1.9' +WEBAPP_VERSION = '1.1.10' DEBUG = False JAVASCRIPT_DEBUG = False