File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Release Notes
5
5
:maxdepth: 1
6
6
:glob:
7
7
8
- releases/1_1_0
8
+ releases/1_1_1
9
9
releases/1_0_2
10
10
releases/1_0_1
11
11
releases/1_0_0
Original file line number Diff line number Diff line change 1
- .. _1-1-0 :
1
+ .. _1-1-1 :
2
2
3
- 1.1.0
3
+ 1.1.1
4
4
===========================
5
5
*12/21/2017 *
6
6
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.
8
8
9
9
Source bundles are available from GitHub:
10
10
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
15
15
16
16
Graphite can also be installed from `PyPI <http://pypi.python.org/ >`_ via
17
17
`pip <http://www.pip-installer.org/en/latest/index.html >`_. PyPI bundles are here:
Original file line number Diff line number Diff line change 74
74
try :
75
75
setup (
76
76
name = 'graphite-web' ,
77
- version = '1.1.0 ' ,
77
+ version = '1.1.1 ' ,
78
78
url = 'http://graphiteapp.org/' ,
79
79
author = 'Chris Davis' ,
80
80
Original file line number Diff line number Diff line change 27
27
28
28
29
29
GRAPHITE_WEB_APP_SETTINGS_LOADED = False
30
- WEBAPP_VERSION = '1.1.0 '
30
+ WEBAPP_VERSION = '1.1.1 '
31
31
DEBUG = False
32
32
JAVASCRIPT_DEBUG = False
33
33
You can’t perform that action at this time.
0 commit comments