Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
Problem:
Version information needs to be updated so that we have proper
version information in releast notes, and also publish the docs
to the proper location.

Solution:
Updated the version information to v1.3.
  • Loading branch information
amudukutore committed Oct 25, 2017
1 parent 907d567 commit 24a1e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
# built documents.
#
# The short X.Y version.
version = u'v1.1'
version = u'v1.3'
# The full version, including alpha/beta/rc tags.
release = u'v1.1.0-dev'
release = u'v1.3.0'

# def setup(app):
# app.add_config_value('versionlevel', '', 'env')
Expand Down

0 comments on commit 24a1e7d

Please sign in to comment.