From 85e439940831b4287b410786ce520486d9d5d5e5 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 25 Feb 2020 14:41:22 -0500 Subject: [PATCH] Release version 0.31.0 --- CHANGES.rst | 8 +++++++- github_backup/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 12a9fc8..cfe5ebe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,14 @@ Changelog ========= -0.30.0 (2020-02-14) +0.31.0 (2020-02-25) ------------------- +------------------------ +- #123 update: changed --as-app 'help' description. [ethan] +- #123: Support Authenticating As Github Application. [ethan] + + +0.29.0 (2020-02-14) ------------------- - #50 update: keep main() in bin. [ethan] - #50 - refactor for friendlier import. [ethan] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index e187e0a..c3d10d7 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.30.0' +__version__ = '0.31.0'