Skip to content

Commit 04df1da

Browse files
authored
Update package_info.py (#1046)
* Update package_info.py * update changelog
1 parent 8c5ee3b commit 04df1da

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,22 @@ To release a new version, please update the changelog as followed:
8181
### Fixed
8282

8383
- Fix README. (#PR 1044)
84+
- Fix package info. (#PR 1046)
8485

8586
### Removed
8687

8788
### Security
8889

8990
### Contributors
9091

91-
- @luomai
92+
- @luomai (PR #1044, 1046)
9293

9394

9495
## [2.2.0] - 2019-09-13
9596

96-
TensorLayer 2.2.0 is a maintenance release.
97-
It contains numerous API improvement and bug fixes.
98-
This release is compatible with TensorFlow 2 RC1.
97+
TensorLayer 2.2.0 is a maintenance release.
98+
It contains numerous API improvement and bug fixes.
99+
This release is compatible with TensorFlow 2 RC1.
99100

100101
### Added
101102
- Support nested layer customization (#PR 1015)

tensorlayer/package_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"""Deep learning and Reinforcement learning library for Researchers and Engineers."""
44

55
MAJOR = 2
6-
MINOR = 1
7-
PATCH = 1
6+
MINOR = 2
7+
PATCH = 0
88
PRE_RELEASE = ''
99
# Use the following formatting: (major, minor, patch, prerelease)
1010
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

0 commit comments

Comments
 (0)