Skip to content

Commit

Permalink
Merge pull request #2271 from deniszh/DZ-1.1.3
Browse files Browse the repository at this point in the history
Preparing release 1.1.3
  • Loading branch information
deniszh authored Apr 4, 2018
2 parents 58cb2f0 + 47a2507 commit 1a356da
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.2'
version = '1.1.3'
# The full version, including alpha/beta/rc tags.
release = '1.1.2'
release = '1.1.3'

# 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.2',
version='1.1.3',
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.2'
WEBAPP_VERSION = '1.1.3'
DEBUG = False
JAVASCRIPT_DEBUG = False

Expand Down

0 comments on commit 1a356da

Please sign in to comment.