Skip to content

Commit de251be

Browse files
committed
Revert "[Release] Update tfserving release version to 1.15.0+deeprec2302."
This reverts commit 37f365e.
1 parent 37f365e commit de251be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
1111

1212
tensorflow_http_archive(
1313
name = "org_tensorflow",
14-
sha256 = "044099fa9fb95147a0c9f5671d03d5e3ac4243a11bf4edbc7853952a8ea419e6",
15-
git_commit = "3126efeca0b73fde4a85aa65ebbd5b5f90a5e5db",
14+
sha256 = "34662c11d52bf5314b62203daa17cdf03dfaaa51492096b5c230e808282e6814",
15+
git_commit = "5f165904121f9d4c5e9c6ac4363ad2edd70f6cfc",
1616
)
1717

1818
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

tensorflow_serving/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
DOCLINES = __doc__.split('\n')
3232

3333
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34-
_VERSION = '1.15.0+deeprec2302'
34+
_VERSION = '1.15.0+deeprec2212'
3535
# Have this by default be open; releasing a new version will lock to TF version
3636
_TF_VERSION = '~=1.15.0'
3737
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')

0 commit comments

Comments
 (0)