Skip to content

Commit

Permalink
Merge pull request #1123 from christisg/releng_20181004_180742
Browse files Browse the repository at this point in the history
Update version for 1.11.0 release.
  • Loading branch information
christisg authored Oct 5, 2018
2 parents 71bf778 + c1286a8 commit 7045d5d
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 = "80bea88b09274b8e8feead6fd0c5f96efcb2ccdad2cabd82fba6d7e220366b80",
git_commit = "e4c4b20805064c67ea624cdedf3f295ea1ee800d",
sha256 = "025b47263af34475dc75da40c76a87934a70f69611e9b0b88445d65730f0fc73",
git_commit = "c19e29306ce1777456b2dbb3a14f511edf7883a8",
)

# 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 @@ -430,7 +430,7 @@ pkg_deb(
homepage = "https://github.com/tensorflow/serving",
maintainer = "TensorFlow Serving team",
package = "tensorflow-model-server",
version = "1.11.0-rc1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
version = "1.11.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
)

# Build with '-c opt'
Expand All @@ -441,5 +441,5 @@ pkg_deb(
homepage = "https://github.com/tensorflow/serving",
maintainer = "TensorFlow Serving team",
package = "tensorflow-model-server-universal",
version = "1.11.0-rc1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
version = "1.11.0", # 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 = '1.11.0-rc1'
_VERSION = '1.11.0'

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

0 comments on commit 7045d5d

Please sign in to comment.