Skip to content

Commit 0d219b7

Browse files
authored
Merge pull request #984 from netfs/releng_20180710_171451
Update version for 1.9.0 release.
2 parents b0b6d38 + a89ede3 commit 0d219b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 = "d9f1180a297b8ebe632900cb623dbd2075a14babc9da6fb56aa34f28780eef94",
15-
git_commit = "16a965c5c9a64ef82ccfcb849dd61e6aad00d10e",
14+
sha256 = "696c4906d6536ed8d9f8f13c4927d3ccf36dcf3e13bb352ab80cba6b1b9038d4",
15+
git_commit = "25c197e02393bd44f50079945409009dd4d434f8",
1616
)
1717

1818
# TensorFlow depends on "io_bazel_rules_closure" so we need this here.

tensorflow_serving/model_servers/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ pkg_deb(
368368
homepage = "https://github.com/tensorflow/serving",
369369
maintainer = "TensorFlow Serving team",
370370
package = "tensorflow-model-server",
371-
version = "1.9.0-rc2", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
371+
version = "1.9.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
372372
)
373373

374374
# Build with '-c opt'
@@ -379,5 +379,5 @@ pkg_deb(
379379
homepage = "https://github.com/tensorflow/serving",
380380
maintainer = "TensorFlow Serving team",
381381
package = "tensorflow-model-server-universal",
382-
version = "1.9.0-rc2", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
382+
version = "1.9.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
383383
)

tensorflow_serving/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
DOCLINES = __doc__.split('\n')
3030

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

3434
REQUIRED_PACKAGES = [
3535
'tensorflow>=1.2.0,<2',

0 commit comments

Comments
 (0)