Skip to content

Commit 333db54

Browse files
andylou2tfx-copybara
authored andcommitted
Prepare for struct2tensor 0.22.0 release.
PiperOrigin-RevId: 311551437
1 parent d1ff47f commit 333db54

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# `struct2tensor` release notes
22

3-
## Current Version(Still in Development)
3+
## Release 0.22.0
44

55
### Major Features and Improvements
66

77
### Bug Fixes and Other Changes
88

9+
* Depends on `tensorflow>=2.2.0,<2.3
10+
911
### Breaking Changes
1012

1113
### Deprecations

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def has_ext_modules(self):
6262
packages=find_packages(),
6363
install_requires=[
6464
'protobuf>=3.8.0,<4',
65-
'tensorflow>=2.1.0,<2.2',
65+
'tensorflow>=2.2.0,<2.3',
6666
'tensorflow_metadata>=0.21,<0.22',
6767
'pyarrow>=0.15,<1',
6868
],

struct2tensor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""Contains the version string of struct2tensor."""
1616

1717
# Note that setup.py uses this version.
18-
__version__ = '0.22.0.dev'
18+
__version__ = '0.22.0'

0 commit comments

Comments
 (0)