From 6db5bd731b1bf4bfe4c5f44f2f561b4e5052f8d9 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 27 Jun 2019 11:24:43 -0400 Subject: [PATCH] Release version 0.24.0 --- CHANGES.rst | 17 ++++++++++++++++- github_backup/__init__.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 15a3b76..3232fd8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,24 @@ 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] Survive also on socket.error connections like on HTTPError or URLError. diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 08a9dbf..f8ab8c2 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.23.0' +__version__ = '0.24.0'