Skip to content

Commit

Permalink
Release 1.1.10 (#2755)
Browse files Browse the repository at this point in the history
* Release 1.1.10
  • Loading branch information
deniszh committed May 22, 2022
1 parent 65e797a commit 6d5d845
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/releases.rst
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions docs/releases/1_1_9.rst → 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
-------------
Expand All @@ -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 <http://pypi.python.org/>`_ via
`pip <http://www.pip-installer.org/en/latest/index.html>`_. PyPI bundles are here:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion webapp/graphite/settings.py
Expand Up @@ -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

Expand Down

0 comments on commit 6d5d845

Please sign in to comment.