Skip to content

Commit 3e5b9f6

Browse files
authored
Merge pull request #2569 from deniszh/DZ-rel-1.1.7
Release 1.1.7
2 parents e6885d9 + 6562279 commit 3e5b9f6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2008-2012 Chris Davis; 2011-2016 The Graphite Project
190+
Copyright 2008-2012 Chris Davis; 2011-2020 The Graphite Project
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ def setup(app):
8585

8686
# General information about the project.
8787
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'
8989

9090
# The version info for the project you're documenting, acts as replacement for
9191
# |version| and |release|, also used in various other places throughout the
9292
# built documents.
9393
#
9494
# The short X.Y version.
95-
version = '1.1.6'
95+
version = '1.1.7'
9696
# The full version, including alpha/beta/rc tags.
97-
release = '1.1.6'
97+
release = '1.1.7'
9898

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

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.6',
83+
version='1.1.7',
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.6'
31+
WEBAPP_VERSION = '1.1.7'
3232
DEBUG = False
3333
JAVASCRIPT_DEBUG = False
3434

0 commit comments

Comments
 (0)