Skip to content

Commit 48c54ee

Browse files
author
Amit Patankar
authored
Merge pull request tensorflow#13300 from av8ramit/1.3.1
GitHub only 1.3.1 release.
2 parents e9fb6ab + 19997ce commit 48c54ee

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

RELEASE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release 1.3.1
2+
3+
NOTE: TensorFlow 1.3.1 is a GitHub only release. The latest exported binaries are still version 1.3.0.
4+
5+
## Bug Fixes and Other Changes
6+
* Fixing the hash mismatch errors when building from source.
7+
18
# Release 1.3.0
29

310
See also [TensorBoard 0.1.4](https://github.com/tensorflow/tensorboard/releases/tag/0.1.4) release notes.

tensorflow/core/public/version.h

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

2121
#define TF_MAJOR_VERSION 1
2222
#define TF_MINOR_VERSION 3
23-
#define TF_PATCH_VERSION 0
23+
#define TF_PATCH_VERSION 1
2424

2525
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
2626
// "-beta", "-rc", "-rc.1")

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# This version string is semver compatible, but incompatible with pip.
3030
# For pip, we will remove all '-' characters from this string, and use the
3131
# result for pip.
32-
_VERSION = '1.3.0'
32+
_VERSION = '1.3.1'
3333

3434
REQUIRED_PACKAGES = [
3535
'numpy >= 1.11.0',

0 commit comments

Comments
 (0)