Skip to content

Commit

Permalink
Merge pull request #36215 from tensorflow-jenkins/version-numbers-1.1…
Browse files Browse the repository at this point in the history
…5.2-8214

Update version numbers for TensorFlow 1.15.2
  • Loading branch information
mihaimaruseac committed Jan 26, 2020
2 parents e50120e + 71e9d8f commit 5d80e1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tensorflow/core/public/version.h
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
// tensorflow/tools/pip_package/setup.py
#define TF_MAJOR_VERSION 1
#define TF_MINOR_VERSION 15
#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/tensorflow.bzl
Expand Up @@ -58,7 +58,7 @@ def register_extension_info(**kwargs):
# not contain rc or alpha, only numbers.
# Also update tensorflow/core/public/version.h
# and tensorflow/tools/pip_package/setup.py
VERSION = "1.15.1"
VERSION = "1.15.2"
VERSION_MAJOR = VERSION.split(".")[0]

def if_v2(a):
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Expand Up @@ -47,7 +47,7 @@
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
_VERSION = '1.15.1'
_VERSION = '1.15.2'

REQUIRED_PACKAGES = [
'absl-py >= 0.7.0',
Expand Down

0 comments on commit 5d80e1e

Please sign in to comment.