Skip to content

Commit fd3344c

Browse files
committed
release 2.2.1
1 parent 95c4ca2 commit fd3344c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,28 @@ To release a new version, please update the changelog as followed:
6767

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

70+
7071
## [Unreleased]
7172

73+
### Added
74+
75+
### Changed
76+
77+
### Dependencies Update
78+
79+
### Deprecated
80+
81+
### Fixed
82+
83+
### Removed
84+
85+
### Security
86+
87+
### Contributors
88+
89+
90+
## [2.2.1]
91+
7292
### Added
7393
- Support nested layer customization (#PR 1015)
7494
- Support string dtype in InputLayer (#PR 1017)
@@ -532,6 +552,7 @@ To many PR for this update, please check [here](https://github.com/tensorlayer/t
532552
@zsdonghao @luomai @DEKHTIARJonathan
533553

534554
[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/2.0....master
555+
[2.1.1]: https://github.com/tensorlayer/tensorlayer/compare/2.1.1...2.1.1
535556
[2.1.0]: https://github.com/tensorlayer/tensorlayer/compare/2.1.0...2.1.0
536557
[2.0.2]: https://github.com/tensorlayer/tensorlayer/compare/2.0.2...2.0.2
537558
[2.0.1]: https://github.com/tensorlayer/tensorlayer/compare/2.0.1...2.0.1

tensorlayer/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

0 commit comments

Comments
 (0)