Skip to content

Commit 4a183c6

Browse files
authored
Merge pull request #381 from tensorlayer/release-1.8.0
Release 1.8.0
2 parents 9ab0828 + 8601612 commit 4a183c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = '1.8.0rc'
70+
version = '1.8.0'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '1.8.0rc'
72+
release = '1.8.0'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="tensorlayer",
13-
version="1.8.0rc",
13+
version="1.8.0",
1414
include_package_data=True,
1515
author='TensorLayer Contributors',
1616
author_email='[email protected]',

tensorlayer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
act = activation
2424
vis = visualize
2525

26-
__version__ = "1.8.0rc"
26+
__version__ = "1.8.0"
2727

2828
global_flag = {}
2929
global_dict = {}

0 commit comments

Comments
 (0)