Skip to content

Commit cccc991

Browse files
authored
[Release] Update tfserving release version to 1.15.0+deeprec2212u1. (#17)
1 parent a2721b5 commit cccc991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE

+2-2
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 = "f11c490ff7cb90fba7e1fa31822de425e3243bddc767bc5ebf7ae0d373bfdbc1",
15-
git_commit = "dcdc32e2e565b7a815a5906a7e1e1df202322d37",
14+
sha256 = "aa50f76c1d334bd080f3abd177b1bb47ccf4b968b0ce8f2f42dd2875d71b0723",
15+
git_commit = "fd85087ee189cf5a94da2040407fe95d9214bc1c",
1616
)
1717

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

tensorflow_serving/tools/pip_package/setup.py

+1-1
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+deeprec2212'
34+
_VERSION = '1.15.0+deeprec2212u1'
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)