Skip to content

Commit f8c8448

Browse files
lgarithmluomai
authored andcommitted
release 1.11.0 (#871)
1 parent 6e2b9e6 commit f8c8448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To release a new version, please update the changelog as followed:
6767

6868
<!-- YOU CAN EDIT FROM HERE -->
6969

70-
## [Unreleased]
70+
## [1.11.0] - 2018-10-18
7171

7272
### Added
7373
- Layer:

tensorlayer/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""Deep learning and Reinforcement learning library for Researchers and Engineers."""
44

55
# Use the following formatting: (major, minor, patch, prerelease)
6-
VERSION = (1, 11, 0, 'rc0')
6+
VERSION = (1, 11, 0, '')
77
__shortversion__ = '.'.join(map(str, VERSION[:3]))
88
__version__ = '.'.join(map(str, VERSION[:3])) + ''.join(VERSION[3:])
99

0 commit comments

Comments
 (0)