Skip to content

Commit

Permalink
TFX-BSL 0.22.1 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 318082649
  • Loading branch information
tfx-copybara committed Jun 24, 2020
1 parent 1a705df commit 7f38e50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `tfx_bsl` release notes

# Current version (not yet released; still in development)
# Version 0.22.1

## Major Features and Improvements

Expand All @@ -12,6 +12,9 @@
## Bug Fixes and Other Changes

* Depends on `pandas>=0.24,<2`.
* Depends on `tensorflow>=1.15,!=2.0.*,<3`.
* Depends on `tensorflow-metadata>=0.22.2,<0.23`.
* Removed tensor_to_arrow_test for TF 1.x as it does not support TF 1.x.

## Breaking changes

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def has_ext_modules(self):
'pandas>=0.24,<2',
'protobuf>=3.7,<4',
'six>=1.12,<2',
'tensorflow>=1.15,<3',
'tensorflow-metadata>=0.22,<0.23',
'tensorflow>=1.15,!=2.0.*,<3',
'tensorflow-metadata>=0.22.2,<0.23',
'tensorflow-serving-api>=1.15,<3',
] + [_PYARROW_VERSION_REQUIREMENT],
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4',
Expand Down
2 changes: 1 addition & 1 deletion tfx_bsl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of tfx_bsl."""

# Note that setup.py uses this version.
__version__ = '0.23.0.dev'
__version__ = '0.22.1'

0 comments on commit 7f38e50

Please sign in to comment.