Skip to content

Commit 520895e

Browse files
authored
Merge branch 'master' into bugfix_typo_deterministic
2 parents f00deef + ae96f42 commit 520895e

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ branches:
1717
- /^\d+\.\d+(\.\d+)?(\S*)?$/
1818

1919
python:
20-
- "3.6"
20+
# - "3.7"
2121
- "3.5"
2222
# - "2.7" # TensorLayer 2.0 does not support python2 now
2323

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,32 @@ To release a new version, please update the changelog as followed:
8585

8686
### Contributors
8787

88+
## [2.2.4] - 2020-12-10
89+
90+
TensorLayer 2.2.4 is a maintenance release.
91+
92+
### Added
93+
94+
### Changed
95+
96+
### Dependencies Update
97+
98+
### Deprecated
99+
100+
### Fixed
101+
102+
- Fix batchnorm(#1104)
103+
- Fix recurrent(#1106)
104+
105+
### Removed
106+
107+
### Security
108+
109+
### Contributors
110+
- @zsdonghao
111+
- @Laicheng0830(#1104)
112+
- @Thinkre(#1106)
113+
88114
## [2.2.3] - 2020-06-18
89115

90116
TensorLayer 2.2.3 is a maintenance release.
@@ -658,6 +684,7 @@ To many PR for this update, please check [here](https://github.com/tensorlayer/t
658684
@zsdonghao @luomai @DEKHTIARJonathan
659685

660686
[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/2.0....master
687+
[2.2.4]: https://github.com/tensorlayer/tensorlayer/compare/2.2.3...2.2.4
661688
[2.2.3]: https://github.com/tensorlayer/tensorlayer/compare/2.2.2...2.2.3
662689
[2.2.2]: https://github.com/tensorlayer/tensorlayer/compare/2.2.1...2.2.2
663690
[2.2.1]: https://github.com/tensorlayer/tensorlayer/compare/2.2.0...2.2.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 = 2
7-
PATCH = 3
7+
PATCH = 4
88
PRE_RELEASE = ''
99
# Use the following formatting: (major, minor, patch, prerelease)
1010
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

0 commit comments

Comments
 (0)