Skip to content

Commit

Permalink
[release] 1.8.4 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao authored Apr 13, 2018
1 parent 9699238 commit 65e4029
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = '1.8.4rc1'
version = '1.8.4'
# The full version, including alpha/beta/rc tags.
release = '1.8.4rc1'
release = '1.8.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -143,7 +143,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = 'TensorLayer v1.8.4rc1'
# html_title = 'TensorLayer v1.8.4'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="tensorlayer",
version="1.8.4rc1",
version="1.8.4",
include_package_data=True,
author='TensorLayer Contributors',
author_email='hao.dong11@imperial.ac.uk',
Expand Down
2 changes: 1 addition & 1 deletion tensorlayer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
act = activation
vis = visualize

__version__ = "1.8.4rc1"
__version__ = "1.8.4"

global_flag = {}
global_dict = {}

0 comments on commit 65e4029

Please sign in to comment.