Skip to content

Commit

Permalink
release 1.11.0 (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarithm authored and luomai committed Oct 18, 2018
1 parent 6e2b9e6 commit f8c8448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To release a new version, please update the changelog as followed:

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

## [Unreleased]
## [1.11.0] - 2018-10-18

### Added
- Layer:
Expand Down
2 changes: 1 addition & 1 deletion tensorlayer/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Deep learning and Reinforcement learning library for Researchers and Engineers."""

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

Expand Down

0 comments on commit f8c8448

Please sign in to comment.