Skip to content

Commit 11076ed

Browse files
authored
Merge pull request #2347 from deniszh/DZ-1.1.4-prep
Preparing 1.1.4 release
2 parents 40dcdf2 + ad66037 commit 11076ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.3'
90+
version = '1.1.4'
9191
# The full version, including alpha/beta/rc tags.
92-
release = '1.1.3'
92+
release = '1.1.4'
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.3',
77+
version='1.1.4',
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.3'
30+
WEBAPP_VERSION = '1.1.4'
3131
DEBUG = False
3232
JAVASCRIPT_DEBUG = False
3333

0 commit comments

Comments
 (0)