Skip to content

Commit

Permalink
Merge pull request #2347 from deniszh/DZ-1.1.4-prep
Browse files Browse the repository at this point in the history
Preparing 1.1.4 release
  • Loading branch information
deniszh authored Sep 2, 2018
2 parents 40dcdf2 + ad66037 commit 11076ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '1.1.3'
version = '1.1.4'
# The full version, including alpha/beta/rc tags.
release = '1.1.3'
release = '1.1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
try:
setup(
name='graphite-web',
version='1.1.3',
version='1.1.4',
url='http://graphiteapp.org/',
author='Chris Davis',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion webapp/graphite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


GRAPHITE_WEB_APP_SETTINGS_LOADED = False
WEBAPP_VERSION = '1.1.3'
WEBAPP_VERSION = '1.1.4'
DEBUG = False
JAVASCRIPT_DEBUG = False

Expand Down

0 comments on commit 11076ed

Please sign in to comment.