Skip to content

Commit 92f3026

Browse files
committed
release 1.5.4
1 parent 5509fb8 commit 92f3026

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 3 additions & 3 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.5.3'
70+
version = '1.5.4'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '1.5.3'
72+
release = '1.5.4'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.
@@ -143,7 +143,7 @@
143143
# The name for this set of Sphinx documents.
144144
# "<project> v<release> documentation" by default.
145145
#
146-
# html_title = 'TensorLayer v1.5.3'
146+
# html_title = 'TensorLayer v1.5.4'
147147

148148
# A shorter title for the navigation bar. Default is the same as html_title.
149149
#

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.5.3",
13+
version = "1.5.4",
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
@@ -26,7 +26,7 @@
2626
act = activation
2727
vis = visualize
2828

29-
__version__ = "1.5.3"
29+
__version__ = "1.5.4"
3030

3131
global_flag = {}
3232
global_dict = {}

0 commit comments

Comments
 (0)