Skip to content

Commit 6d5d845

Browse files
authored
Release 1.1.10 (#2755)
* Release 1.1.10
1 parent 65e797a commit 6d5d845

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ def setup(app):
9292
# built documents.
9393
#
9494
# The short X.Y version.
95-
version = '1.1.9'
95+
version = '1.1.10'
9696
# The full version, including alpha/beta/rc tags.
97-
release = '1.1.9'
97+
release = '1.1.10'
9898

9999
# The language for content autogenerated by Sphinx. Refer to documentation
100100
# for a list of supported languages.

docs/releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Release Notes
55
:maxdepth: 1
66
:glob:
77

8-
releases/1_1_9
8+
releases/1_1_10
99
releases/1_1_8
1010
releases/1_1_7
1111
releases/1_1_6

docs/releases/1_1_9.rst renamed to docs/releases/1_1_10.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.. _1-1-9:
1+
.. _1-1-10:
22

3-
1.1.9
3+
1.1.10
44
===========================
55
*05/23/2022*
66

7-
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.
7+
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.
88

99
Highlights
1010
-------------
@@ -15,10 +15,10 @@ Thanks a lot for all Graphite contributors and users!
1515

1616
Source bundles are available from GitHub:
1717

18-
* https://github.com/graphite-project/graphite-web/archive/1.1.9.tar.gz
19-
* https://github.com/graphite-project/carbon/archive/1.1.9.tar.gz
20-
* https://github.com/graphite-project/whisper/archive/1.1.9.tar.gz
21-
* https://github.com/graphite-project/carbonate/archive/1.1.9.tar.gz
18+
* https://github.com/graphite-project/graphite-web/archive/1.1.10.tar.gz
19+
* https://github.com/graphite-project/carbon/archive/1.1.10.tar.gz
20+
* https://github.com/graphite-project/whisper/archive/1.1.10.tar.gz
21+
* https://github.com/graphite-project/carbonate/archive/1.1.10.tar.gz
2222

2323
Graphite can also be installed from `PyPI <http://pypi.python.org/>`_ via
2424
`pip <http://www.pip-installer.org/en/latest/index.html>`_. PyPI bundles are here:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def read(fname):
8080
try:
8181
setup(
8282
name='graphite-web',
83-
version='1.1.8',
83+
version='1.1.10',
8484
url='http://graphiteapp.org/',
8585
author='Chris Davis',
8686
author_email='[email protected]',

webapp/graphite/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
GRAPHITE_WEB_APP_SETTINGS_LOADED = False
31-
WEBAPP_VERSION = '1.1.9'
31+
WEBAPP_VERSION = '1.1.10'
3232
DEBUG = False
3333
JAVASCRIPT_DEBUG = False
3434

0 commit comments

Comments
 (0)