Skip to content

Commit 1a356da

Browse files
authored
Merge pull request #2271 from deniszh/DZ-1.1.3
Preparing release 1.1.3
2 parents 58cb2f0 + 47a2507 commit 1a356da

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ def setup(app):
8787
# built documents.
8888
#
8989
# The short X.Y version.
90-
version = '1.1.2'
90+
version = '1.1.3'
9191
# The full version, including alpha/beta/rc tags.
92-
release = '1.1.2'
92+
release = '1.1.3'
9393

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

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.2',
77+
version='1.1.3',
7878
url='http://graphiteapp.org/',
7979
author='Chris Davis',
8080
author_email='chrismd@gmail.com',

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.2'
30+
WEBAPP_VERSION = '1.1.3'
3131
DEBUG = False
3232
JAVASCRIPT_DEBUG = False
3333

0 commit comments

Comments
 (0)