Skip to content

Commit

Permalink
[Release] Update tfserving release version to 1.15.0+deeprec2208.
Browse files Browse the repository at this point in the history
  • Loading branch information
liutongxuan committed Sep 23, 2022
1 parent 9596637 commit 98e8759
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 = "2a773c63e90880c7233f7e9bc11a5597ab8d444c07fa93d9114f41660393a1a8",
git_commit = "e2f64ce747a3e7f76e5d5011e2ab03ea1e00b734",
sha256 = "46ad5154cec11995d5feba1401b6d0d72be457e48a9776bfce04b13c009ac412",
git_commit = "0fe26688a57eee31bda56a57d8f05e7071c78c9b",
)

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+deeprec2206'
_VERSION = '1.15.0+deeprec2208'
# 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 98e8759

Please sign in to comment.