Skip to content

Commit 7045d5d

Browse files
authored
Merge pull request #1123 from christisg/releng_20181004_180742
Update version for 1.11.0 release.
2 parents 71bf778 + c1286a8 commit 7045d5d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

WORKSPACE

+2-2
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 = "80bea88b09274b8e8feead6fd0c5f96efcb2ccdad2cabd82fba6d7e220366b80",
15-
git_commit = "e4c4b20805064c67ea624cdedf3f295ea1ee800d",
14+
sha256 = "025b47263af34475dc75da40c76a87934a70f69611e9b0b88445d65730f0fc73",
15+
git_commit = "c19e29306ce1777456b2dbb3a14f511edf7883a8",
1616
)
1717

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

tensorflow_serving/model_servers/BUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ pkg_deb(
430430
homepage = "https://github.com/tensorflow/serving",
431431
maintainer = "TensorFlow Serving team",
432432
package = "tensorflow-model-server",
433-
version = "1.11.0-rc1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
433+
version = "1.11.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
434434
)
435435

436436
# Build with '-c opt'
@@ -441,5 +441,5 @@ pkg_deb(
441441
homepage = "https://github.com/tensorflow/serving",
442442
maintainer = "TensorFlow Serving team",
443443
package = "tensorflow-model-server-universal",
444-
version = "1.11.0-rc1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
444+
version = "1.11.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
445445
)

tensorflow_serving/tools/pip_package/setup.py

+1-1
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.11.0-rc1'
32+
_VERSION = '1.11.0'
3333

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

0 commit comments

Comments
 (0)