Skip to content

Commit ff9191b

Browse files
authored
Merge pull request #1391 from lilao/releng_20190708_082757
Update version for 1.12.3 release.
2 parents 87470f0 + 22a9693 commit ff9191b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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 = "5aae44f967556dc524e6b184643bbd33a2d78184bc654b72c09f041f266b89a2",
15-
git_commit = "a6d8ffae097d0132989ae4688d224121ec6d8f35",
14+
sha256 = "757b3c5b2b8b372c39e2db41cb9b55638e2814c70587f79186d93d7a1850cfa9",
15+
git_commit = "5b900cfe4b3b848f577315a0dde09a729f770e95",
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", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
443+
version = "1.12.3", # 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", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
454+
version = "1.12.3", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
455455
)

tensorflow_serving/model_servers/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424

2525
#define TF_MODELSERVER_MAJOR_VERSION 1
2626
#define TF_MODELSERVER_MINOR_VERSION 12
27-
#define TF_MODELSERVER_PATCH_VERSION 0
27+
#define TF_MODELSERVER_PATCH_VERSION 3
2828
// TF_MODELSERVER_VERSION_SUFFIX is non-empty for pre-releases
2929
// (e.g. "-alpha", "-alpha.1", "-beta", "-rc", "-rc.1")
3030
#define TF_MODELSERVER_VERSION_SUFFIX "-rc0"

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'
32+
_VERSION = '1.12.3'
3333

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

0 commit comments

Comments
 (0)