Skip to content

Commit 59421bc

Browse files
authored
Merge pull request #75 from rtg0795/r1.15.0
Update 1.15.1 in version.py and RELEASE.md
2 parents 0c82487 + 8b362a0 commit 59421bc

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ combinations may also work.
147147
tfx-bsl | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-serving-api |
148148
------------------------------------------------------------------------------- | -----------------| ---------|-------------------|---------------------|------------------------|
149149
[GitHub master](https://github.com/tensorflow/tfx-bsl/blob/master/RELEASE.md) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 2.15.1 |
150-
[1.15.0](https://github.com/tensorflow/tfx-bsl/blob/v1.15.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.14 | 1.15.0 | 2.15.1
150+
[1.15.1](https://github.com/tensorflow/tfx-bsl/blob/v1.15.1/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | 2.15.1
151+
[1.15.0](https://github.com/tensorflow/tfx-bsl/blob/v1.15.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | 2.15.1
151152
[1.14.0](https://github.com/tensorflow/tfx-bsl/blob/v1.14.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | 2.13.0 |
152153
[1.13.0](https://github.com/tensorflow/tfx-bsl/blob/v1.13.0/RELEASE.md) | 2.40.0 | 6.0.0 | 2.12 | 1.13.1 | 2.9.0 |
153154
[1.12.0](https://github.com/tensorflow/tfx-bsl/blob/v1.12.0/RELEASE.md) | 2.40.0 | 6.0.0 | 2.11 | 1.12.0 | 2.9.0 |

RELEASE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 1.15.0
1+
# Version 1.15.1
22

33
## Major Features and Improvements
44

@@ -10,7 +10,7 @@
1010
* Bump the macOS version on which TFX-BSL is tested to Ventura (previously was
1111
Monterey).
1212
* Bumps the pybind11 version to 2.11.1
13-
* Depends on `tensorflow~=2.15`
13+
* Depends on `tensorflow 2.15`
1414
* Depends on `apache-beam[gcp]>=2.53.0,<3` for Python 3.11 and on
1515
`apache-beam[gcp]>=2.47.0,<3` for 3.9 and 3.10.
1616
* Depends on `protobuf>=4.25.2,<5` for Python 3.11 and on `protobuf>3.20.3,<5`

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def select_constraint(default, nightly=None, git_master=None):
175175
'protobuf>=4.25.2,<5;python_version>="3.11"',
176176
'protobuf>=3.20.3,<5;python_version<"3.11"',
177177
'pyarrow>=10,<11',
178-
'tensorflow~=2.15',
178+
'tensorflow>=2.15,<2.16',
179179
'tensorflow-metadata' + select_constraint(
180180
default='>=1.15.0,<1.16.0',
181181
nightly='>=1.16.0.dev',

tfx_bsl/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of tfx_bsl."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '1.15.0'
17+
__version__ = '1.15.1'

0 commit comments

Comments
 (0)