Skip to content

Commit

Permalink
[Release] Update tfserving release version to 1.15.0+deeprec2302.
Browse files Browse the repository at this point in the history
  • Loading branch information
liutongxuan committed Mar 17, 2023
1 parent de251be commit d3a6e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")

tensorflow_http_archive(
name = "org_tensorflow",
sha256 = "34662c11d52bf5314b62203daa17cdf03dfaaa51492096b5c230e808282e6814",
git_commit = "5f165904121f9d4c5e9c6ac4363ad2edd70f6cfc",
sha256 = "52aed9dc338dd00c26899625dcc8bb1251cb77e4af27b846a3df70ba4917b205",
git_commit = "23252970336e92fafda3eac683c38ba08ca35e46",
)

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_serving/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
DOCLINES = __doc__.split('\n')

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

0 comments on commit d3a6e43

Please sign in to comment.