Skip to content

Commit a2721b5

Browse files
committed
[Release] Update tfserving release version to 1.15.0+deeprec2212.
1 parent 1e60069 commit a2721b5

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 = "95c2e401a57024a57fcf757498f0e962519e6967381b630d6afc3a4a80c7ee37",
15-
git_commit = "4b8c11fa0c72e1b3483ef8b1960c4790dda0e437",
14+
sha256 = "f11c490ff7cb90fba7e1fa31822de425e3243bddc767bc5ebf7ae0d373bfdbc1",
15+
git_commit = "dcdc32e2e565b7a815a5906a7e1e1df202322d37",
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+deeprec2210'
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)