Merge pull request #45776 from tensorflow-jenkins/version-numbers-1.15.5-4945
Update version numbers for TensorFlow 1.15.5
This commit is contained in:
commit
e6674aa701
@ -22,7 +22,7 @@ limitations under the License.
|
|||||||
// tensorflow/tools/pip_package/setup.py
|
// tensorflow/tools/pip_package/setup.py
|
||||||
#define TF_MAJOR_VERSION 1
|
#define TF_MAJOR_VERSION 1
|
||||||
#define TF_MINOR_VERSION 15
|
#define TF_MINOR_VERSION 15
|
||||||
#define TF_PATCH_VERSION 4
|
#define TF_PATCH_VERSION 5
|
||||||
|
|
||||||
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
|
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
|
||||||
// "-beta", "-rc", "-rc.1")
|
// "-beta", "-rc", "-rc.1")
|
||||||
|
@ -58,7 +58,7 @@ def register_extension_info(**kwargs):
|
|||||||
# not contain rc or alpha, only numbers.
|
# not contain rc or alpha, only numbers.
|
||||||
# Also update tensorflow/core/public/version.h
|
# Also update tensorflow/core/public/version.h
|
||||||
# and tensorflow/tools/pip_package/setup.py
|
# and tensorflow/tools/pip_package/setup.py
|
||||||
VERSION = "1.15.4"
|
VERSION = "1.15.5"
|
||||||
VERSION_MAJOR = VERSION.split(".")[0]
|
VERSION_MAJOR = VERSION.split(".")[0]
|
||||||
|
|
||||||
def if_v2(a):
|
def if_v2(a):
|
||||||
|
@ -47,7 +47,7 @@ DOCLINES = __doc__.split('\n')
|
|||||||
# result for pip.
|
# result for pip.
|
||||||
# Also update tensorflow/tensorflow.bzl and
|
# Also update tensorflow/tensorflow.bzl and
|
||||||
# tensorflow/core/public/version.h
|
# tensorflow/core/public/version.h
|
||||||
_VERSION = '1.15.4'
|
_VERSION = '1.15.5'
|
||||||
|
|
||||||
REQUIRED_PACKAGES = [
|
REQUIRED_PACKAGES = [
|
||||||
'absl-py >= 0.7.0',
|
'absl-py >= 0.7.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user