Skip to content

Commit 74a59ce

Browse files
authored
release 1.8.5 (#559)
1 parent ecf457f commit 74a59ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
# The name for this set of Sphinx documents.
146146
# "<project> v<release> documentation" by default.
147147
#
148-
# html_title = 'TensorLayer v1.8.4'
148+
# html_title = 'TensorLayer v1.8.5'
149149

150150
# A shorter title for the navigation bar. Default is the same as html_title.
151151
#

tensorlayer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
raise ImportError("__init__.py : Could not import TensorLayer.\nError: {}".format(e))
3737

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

0 commit comments

Comments
 (0)