Skip to content

Commit

Permalink
Merge pull request #2506 from deniszh/DZ-1.1.x-prep-1.1.6
Browse files Browse the repository at this point in the history
preparing 1.1.6 release
  • Loading branch information
deniszh authored Oct 24, 2019
2 parents 523f02c + f1494f2 commit 912ef50
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.5'
version = '1.1.6'
# The full version, including alpha/beta/rc tags.
release = '1.1.5'
release = '1.1.6'

# 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 @@ -78,7 +78,7 @@ def read(fname):
try:
setup(
name='graphite-web',
version='1.1.5',
version='1.1.6',
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 @@ -28,7 +28,7 @@


GRAPHITE_WEB_APP_SETTINGS_LOADED = False
WEBAPP_VERSION = '1.1.5'
WEBAPP_VERSION = '1.1.6'
DEBUG = False
JAVASCRIPT_DEBUG = False

Expand Down

0 comments on commit 912ef50

Please sign in to comment.