Skip to content

Commit 87470f0

Browse files
authored
Merge pull request #1172 from netfs/releng_20181106_095039
Update version for 1.12.0 release.
2 parents ebbe0b5 + a43f734 commit 87470f0

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 = "7b07f245f20adee4837372c45814d081834ee00bf0219b44aafd6b9328b23716",
15-
git_commit = "748435b8ef55a554e011e97a9f893304e737775a",
14+
sha256 = "5aae44f967556dc524e6b184643bbd33a2d78184bc654b72c09f041f266b89a2",
15+
git_commit = "a6d8ffae097d0132989ae4688d224121ec6d8f35",
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
@@ -440,7 +440,7 @@ pkg_deb(
440440
homepage = "https://github.com/tensorflow/serving",
441441
maintainer = "TensorFlow Serving team",
442442
package = "tensorflow-model-server",
443-
version = "1.12.0-rc0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
443+
version = "1.12.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
444444
)
445445

446446
# Build with '-c opt'
@@ -451,5 +451,5 @@ pkg_deb(
451451
homepage = "https://github.com/tensorflow/serving",
452452
maintainer = "TensorFlow Serving team",
453453
package = "tensorflow-model-server-universal",
454-
version = "1.12.0-rc0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
454+
version = "1.12.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
455455
)

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.12.0-rc0'
32+
_VERSION = '1.12.0'
3333

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

0 commit comments

Comments
 (0)