File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
# Release 1.3.0
2
9
3
10
See also [ TensorBoard 0.1.4] ( https://github.com/tensorflow/tensorboard/releases/tag/0.1.4 ) release notes.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
#define TF_MAJOR_VERSION 1
22
22
#define TF_MINOR_VERSION 3
23
- #define TF_PATCH_VERSION 0
23
+ #define TF_PATCH_VERSION 1
24
24
25
25
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
26
26
// "-beta", "-rc", "-rc.1")
Original file line number Diff line number Diff line change 29
29
# This version string is semver compatible, but incompatible with pip.
30
30
# For pip, we will remove all '-' characters from this string, and use the
31
31
# result for pip.
32
- _VERSION = '1.3.0 '
32
+ _VERSION = '1.3.1 '
33
33
34
34
REQUIRED_PACKAGES = [
35
35
'numpy >= 1.11.0' ,
You can’t perform that action at this time.
0 commit comments