Skip to content

Commit

Permalink
Merge pull request #27958 from tensorflow/update-release-version
Browse files Browse the repository at this point in the history
Update version to 1.12.2
  • Loading branch information
yifeif committed Apr 18, 2019
2 parents 332f080 + 7fba173 commit cf74798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/core/public/version.h
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit cf74798

Please sign in to comment.