From 1a7e9fbf670ef9d03b2f8fdf1ae2276b2d100fab Mon Sep 17 00:00:00 2001 From: Mihai Maruseac <mihai.maruseac@gmail.com> Date: Sat, 25 Jan 2020 19:53:59 -0800 Subject: [PATCH] Releasing 1.15.2 instead of 1.15.1 1.15.1 pips were build with `--config=v2` which is a mistake. We removed them from PyPi and deleted the old release and the tag. However, Pypi doesn't allow uploading new pips with the same name, so we have to use 1.15.2 now. --- RELEASE.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index dff76ecce64..1b589713d34 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,9 +1,5 @@ # Release 1.15.2 -<REPLACE THIS TEXT WITH THE RELEASE NOTES> - -# Release 1.15.1 - ## Bug Fixes and Other Changes * Fixes a security vulnerability where converting a Python string to a `tf.float16` value produces a segmentation fault ([CVE-2020-5215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5215)) * Updates `curl` to `7.66.0` to handle [CVE-2019-5482](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5482) and [CVE-2019-5481](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5481)