Skip to content

Commit

Permalink
Prepare for 0.15.3 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 278874782
  • Loading branch information
brills authored and tfx-copybara committed Nov 6, 2019
1 parent cef8edf commit fcc1170
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# `tfx_bsl` release notes

## Current version (not yet released; still in development)
## Release 0.15.3

### Major Features and Improvements

* Requires `apache-beam>=2.16,<2.17` as 2.17 requires a pyarrow version
that we don't support yet.

### Bug Fixes and Other Changes

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def has_ext_modules(self):
# six, and protobuf) with TF.
install_requires=[
'absl-py>=0.7,<0.9',
'apache-beam[gcp]>=2.16,<3',
'apache-beam[gcp]>=2.16,<2.17',
'numpy>=1.16,<2',
'protobuf>=3.7,<4',
'psutil>=5.6,<6',
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.16.0dev'
__version__ = '0.15.3'

0 comments on commit fcc1170

Please sign in to comment.