File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 187
187
same "printed page" as the copyright notice for easier
188
188
identification within third-party archives.
189
189
190
- Copyright 2008-2012 Chris Davis; 2011-2016 The Graphite Project
190
+ Copyright 2008-2012 Chris Davis; 2011-2020 The Graphite Project
191
191
192
192
Licensed under the Apache License, Version 2.0 (the "License");
193
193
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -85,16 +85,16 @@ def setup(app):
85
85
86
86
# General information about the project.
87
87
project = u'Graphite'
88
- copyright = u'2008-2012, Chris Davis; 2011-2017 The Graphite Project'
88
+ copyright = u'2008-2012, Chris Davis; 2011-2020 The Graphite Project'
89
89
90
90
# The version info for the project you're documenting, acts as replacement for
91
91
# |version| and |release|, also used in various other places throughout the
92
92
# built documents.
93
93
#
94
94
# The short X.Y version.
95
- version = '1.1.6 '
95
+ version = '1.1.7 '
96
96
# The full version, including alpha/beta/rc tags.
97
- release = '1.1.6 '
97
+ release = '1.1.7 '
98
98
99
99
# The language for content autogenerated by Sphinx. Refer to documentation
100
100
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def read(fname):
80
80
try :
81
81
setup (
82
82
name = 'graphite-web' ,
83
- version = '1.1.6 ' ,
83
+ version = '1.1.7 ' ,
84
84
url = 'http://graphiteapp.org/' ,
85
85
author = 'Chris Davis' ,
86
86
Original file line number Diff line number Diff line change 28
28
29
29
30
30
GRAPHITE_WEB_APP_SETTINGS_LOADED = False
31
- WEBAPP_VERSION = '1.1.6 '
31
+ WEBAPP_VERSION = '1.1.7 '
32
32
DEBUG = False
33
33
JAVASCRIPT_DEBUG = False
34
34
You can’t perform that action at this time.
0 commit comments