Skip to content

Commit

Permalink
Merge pull request #973 from netfs/r1.9
Browse files Browse the repository at this point in the history
Update version for 1.9.0-rc2 release.
  • Loading branch information
netfs authored Jul 3, 2018
2 parents 8fbac28 + 508ab14 commit 75bb558
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = "59ac56e43b7fb7fac327893856a3b13b894ce9bc989c2575776fe7e67522b01e",
git_commit = "bfcfad55b7b3fa4a1093fa748d4241f9457b2a84",
sha256 = "d9f1180a297b8ebe632900cb623dbd2075a14babc9da6fb56aa34f28780eef94",
git_commit = "16a965c5c9a64ef82ccfcb849dd61e6aad00d10e",
)

# TensorFlow depends on "io_bazel_rules_closure" so we need this here.
Expand Down
4 changes: 2 additions & 2 deletions tensorflow_serving/model_servers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ pkg_deb(
homepage = "https://github.com/tensorflow/serving",
maintainer = "TensorFlow Serving team",
package = "tensorflow-model-server",
version = "undefined", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
version = "1.9.0-rc2", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
)

# Build with '-c opt'
Expand All @@ -379,5 +379,5 @@ pkg_deb(
homepage = "https://github.com/tensorflow/serving",
maintainer = "TensorFlow Serving team",
package = "tensorflow-model-server-universal",
version = "undefined", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
version = "1.9.0-rc2", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
)
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 @@ -29,7 +29,7 @@
DOCLINES = __doc__.split('\n')

# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
_VERSION = 'undefined'
_VERSION = '1.9.0-rc2'

REQUIRED_PACKAGES = [
'tensorflow>=1.2.0,<2',
Expand Down

0 comments on commit 75bb558

Please sign in to comment.