From da18903b7255fddeead559c918c1c6370f22b82b Mon Sep 17 00:00:00 2001 From: zsdonghao Date: Sat, 24 Jun 2017 00:43:58 +0100 Subject: [PATCH] Release 1.5.2 --- docs/conf.py | 6 +++--- setup.py | 2 +- tensorlayer/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 95dd1168a..eda453602 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,9 +67,9 @@ # built documents. # # The short X.Y version. -version = '1.5.1' +version = '1.5.2' # The full version, including alpha/beta/rc tags. -release = '1.5.1' +release = '1.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -143,7 +143,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. # -# html_title = 'TensorLayer v1.5.1' +# html_title = 'TensorLayer v1.5.2' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/setup.py b/setup.py index d10bb6d8d..24ccfa408 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name = "tensorlayer", - version = "1.5.1", + version = "1.5.2", include_package_data=True, author='TensorLayer Contributors', author_email='hao.dong11@imperial.ac.uk', diff --git a/tensorlayer/__init__.py b/tensorlayer/__init__.py index a11603da2..6ab2cf6db 100644 --- a/tensorlayer/__init__.py +++ b/tensorlayer/__init__.py @@ -26,7 +26,7 @@ act = activation vis = visualize -__version__ = "1.5.1" +__version__ = "1.5.2" global_flag = {} global_dict = {}