Release version 0.24.0

This commit is contained in:
Jose Diaz-Gonzalez
2019-06-27 11:24:43 -04:00
parent 7305871c20
commit 6db5bd731b
2 changed files with 17 additions and 2 deletions

View File

@@ -1,9 +1,24 @@
Changelog Changelog
========= =========
0.23.0 (2019-06-04) 0.24.0 (2019-06-27)
------------------- -------------------
------------------------ ------------------------
- QKT-45: include assets - update readme. [Ethan Timm]
update readme with flag information for including assets alongside their respective releases
- Make assets it's own flag. [Harrison Wright]
- Fix super call for python2. [Harrison Wright]
- Fix redirect to s3. [Harrison Wright]
- WIP: download assets. [Harrison Wright]
- QKT-42: releases - add readme info. [ethan]
- QKT-42 update: shorter command flag. [ethan]
- QKT-42: support saving release information. [ethan]
- Fix pull details. [Harrison Wright]
0.23.0 (2019-06-04)
-------------------
- Avoid to crash in case of HTTP 502 error. [Gael de Chalendar] - Avoid to crash in case of HTTP 502 error. [Gael de Chalendar]
Survive also on socket.error connections like on HTTPError or URLError. Survive also on socket.error connections like on HTTPError or URLError.

View File

@@ -1 +1 @@
__version__ = '0.23.0' __version__ = '0.24.0'