Skip to content

Commit

Permalink
release 1.8.5 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao authored May 9, 2018
1 parent ecf457f commit 74a59ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = 'TensorLayer v1.8.4'
# html_title = 'TensorLayer v1.8.5'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion tensorlayer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
raise ImportError("__init__.py : Could not import TensorLayer.\nError: {}".format(e))

# Use the following formating: (major, minor, patch, prerelease)
VERSION = (1, 8, 5, 'rc2')
VERSION = (1, 8, 5)
__shortversion__ = '.'.join(map(str, VERSION[:3]))
__version__ = '.'.join(map(str, VERSION[:3])) + "".join(VERSION[3:])

Expand Down

0 comments on commit 74a59ce

Please sign in to comment.