Skip to content

Commit a98e14c

Browse files
committed
Update version for 1.10.0-rc1 release.
1 parent 3906402 commit a98e14c

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 = "ec5877a8c44499cf05f9c8e1db5b8c1ae42d979e6e4d3db63d2dc4bf37122d26",
15-
git_commit = "ccb4f10afbb5865bbc983a651e0041253f367311",
14+
sha256 = "9680f4b96497a8309412d20f3277bf2b532db5a8ae75239bcd3cadf6e937da38",
15+
git_commit = "e5e9a8f4e97e6910cac46d84966ed82de2ec21b3",
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
@@ -371,7 +371,7 @@ pkg_deb(
371371
homepage = "https://github.com/tensorflow/serving",
372372
maintainer = "TensorFlow Serving team",
373373
package = "tensorflow-model-server",
374-
version = "undefined", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
374+
version = "1.10.0-rc1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
375375
)
376376

377377
# Build with '-c opt'
@@ -382,5 +382,5 @@ pkg_deb(
382382
homepage = "https://github.com/tensorflow/serving",
383383
maintainer = "TensorFlow Serving team",
384384
package = "tensorflow-model-server-universal",
385-
version = "undefined", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
385+
version = "1.10.0-rc1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
386386
)

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 = 'undefined'
32+
_VERSION = '1.10.0-rc1'
3333

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

0 commit comments

Comments
 (0)