Skip to content

Commit ea4bdf6

Browse files
authored
Merge pull request #965 from netfs/r1.7
Update version for 1.7.1 release.
2 parents 994391f + 2d11e45 commit ea4bdf6

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 = "5b305706304c27027798feb4c0d9f6597a60cec825ebeaab507a6d7e2ee9c314",
15-
git_commit = "024aecf414941e11eb643e29ceed3e1c47a115ad",
14+
sha256 = "9bb9420e23dc9a086e28115a55e7c54d7fb87bb1ce987822d70de233401df563",
15+
git_commit = "c8137f3a8e1a22b6e274d0ffc84013624523df59",
1616
)
1717
# TensorFlow depends on "io_bazel_rules_closure" so we need this here.
1818
# Needs to be kept in sync with the same target in TensorFlow's WORKSPACE file.

tensorflow_serving/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from setuptools import setup
1818

1919
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
20-
_VERSION = '1.7.0'
20+
_VERSION = '1.7.1'
2121

2222
REQUIRED_PACKAGES = [
2323
'tensorflow>=1.7.0',

0 commit comments

Comments
 (0)