From 0110ea40ed9aa8b7eb3651782b5cab229f2c9648 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 24 Mar 2018 01:04:35 -0400 Subject: [PATCH] Release version 0.19.1 --- CHANGES.rst | 2 +- github_backup/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9b71bb8..e10be28 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -0.19.0 (2018-03-24) +0.19.1 (2018-03-24) ------------------- - Add additional output for the current request. [Robin Gloster] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 482e4a1..db7a416 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.19.0' +__version__ = '0.19.1'