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.
This commit is contained in:
Mihai Maruseac 2020-01-25 19:53:59 -08:00 committed by GitHub
parent 85f7aab93b
commit 1a7e9fbf67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)