Skip to content

Commit

Permalink
[Release] Update tfserving release version to 1.15.0+deeprec2204u1. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
liutongxuan committed May 31, 2022
1 parent bdb06e0 commit ddc01e5
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 = "7962748ba58b834a4ba2a00ef586b21c638db5659fab89071dcc7b1eaa349ad1",
git_commit = "31f83623dde1a1d3792d7f41ba310b29e40abaa7",
sha256 = "141b1e720753dd9f9f654041ce6a8f84c0cd190500d8264c2cb79b5c3d2c13ff",
git_commit = "1436a3d841587d6461ef6776f7baa94d497571cd",
)

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+deeprec2204'
_VERSION = '1.15.0+deeprec2204u1'
# 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 ddc01e5

Please sign in to comment.