From 7fba173bcd049c6f6aa871e3ba2e914d38ea20a3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 18 Apr 2019 08:29:22 -0700 Subject: [PATCH] Update version to 1.12.2 --- tensorflow/core/public/version.h | 2 +- tensorflow/tools/pip_package/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h index 900ebc1044e16a..da3999e36565db 100644 --- a/tensorflow/core/public/version.h +++ b/tensorflow/core/public/version.h @@ -20,7 +20,7 @@ limitations under the License. #define TF_MAJOR_VERSION 1 #define TF_MINOR_VERSION 12 -#define TF_PATCH_VERSION 1 +#define TF_PATCH_VERSION 2 // TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1", // "-beta", "-rc", "-rc.1") diff --git a/tensorflow/tools/pip_package/setup.py b/tensorflow/tools/pip_package/setup.py index 695fd103a3907f..d4d7f7106eb6cb 100644 --- a/tensorflow/tools/pip_package/setup.py +++ b/tensorflow/tools/pip_package/setup.py @@ -45,7 +45,7 @@ # This version string is semver compatible, but incompatible with pip. # For pip, we will remove all '-' characters from this string, and use the # result for pip. -_VERSION = '1.12.1' +_VERSION = '1.12.2' REQUIRED_PACKAGES = [ 'absl-py >= 0.1.6',