Skip to content

Commit 6db5bd7

Browse files
committed
Release version 0.24.0
1 parent 7305871 commit 6db5bd7

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
Changelog
22
=========
33

4-
0.23.0 (2019-06-04)
4+
0.24.0 (2019-06-27)
55
-------------------
66
------------------------
7+
- QKT-45: include assets - update readme. [Ethan Timm]
8+
9+
update readme with flag information for including assets alongside their respective releases
10+
- Make assets it's own flag. [Harrison Wright]
11+
- Fix super call for python2. [Harrison Wright]
12+
- Fix redirect to s3. [Harrison Wright]
13+
- WIP: download assets. [Harrison Wright]
14+
- QKT-42: releases - add readme info. [ethan]
15+
- QKT-42 update: shorter command flag. [ethan]
16+
- QKT-42: support saving release information. [ethan]
17+
- Fix pull details. [Harrison Wright]
18+
19+
20+
0.23.0 (2019-06-04)
21+
-------------------
722
- Avoid to crash in case of HTTP 502 error. [Gael de Chalendar]
823

924
Survive also on socket.error connections like on HTTPError or URLError.

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.23.0'
1+
__version__ = '0.24.0'

0 commit comments

Comments
 (0)