Skip to content

Commit 0456360

Browse files
authored
Merge pull request #2161 from deniszh/DZ-Renamex-1.1.0-1.1.1
Rename release 1.1.0 to 1.1.1 in 1.1.x branch
2 parents 2d5f15c + 0337750 commit 0456360

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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_0
8+
releases/1_1_1
99
releases/1_0_2
1010
releases/1_0_1
1111
releases/1_0_0

docs/releases/1_1_0.rst renamed to docs/releases/1_1_1.rst

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

3-
1.1.0
3+
1.1.1
44
===========================
55
*12/21/2017*
66

7-
Graphite 1.1.0 is now available! This marks another major milestone on Graphite's releases.
7+
Graphite 1.1.1 is now available! This marks another major milestone on Graphite's releases.
88

99
Source bundles are available from GitHub:
1010

11-
* https://github.com/graphite-project/graphite-web/archive/1.1.0.tar.gz
12-
* https://github.com/graphite-project/carbon/archive/1.1.0.tar.gz
13-
* https://github.com/graphite-project/whisper/archive/1.1.0.tar.gz
14-
* https://github.com/graphite-project/carbonate/archive/1.1.0.tar.gz
11+
* https://github.com/graphite-project/graphite-web/archive/1.1.1.tar.gz
12+
* https://github.com/graphite-project/carbon/archive/1.1.1.tar.gz
13+
* https://github.com/graphite-project/whisper/archive/1.1.1.tar.gz
14+
* https://github.com/graphite-project/carbonate/archive/1.1.1.tar.gz
1515

1616
Graphite can also be installed from `PyPI <http://pypi.python.org/>`_ via
1717
`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
@@ -74,7 +74,7 @@
7474
try:
7575
setup(
7676
name='graphite-web',
77-
version='1.1.0',
77+
version='1.1.1',
7878
url='http://graphiteapp.org/',
7979
author='Chris Davis',
8080
author_email='[email protected]',

webapp/graphite/settings.py

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

2828

2929
GRAPHITE_WEB_APP_SETTINGS_LOADED = False
30-
WEBAPP_VERSION = '1.1.0'
30+
WEBAPP_VERSION = '1.1.1'
3131
DEBUG = False
3232
JAVASCRIPT_DEBUG = False
3333

0 commit comments

Comments
 (0)