From 321414d352f75d08417d92bd892413c21ba4e8a5 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 24 Mar 2018 01:16:34 -0400 Subject: [PATCH] Release version 0.19.2 --- CHANGES.rst | 10 +++++++++- github_backup/__init__.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e10be28..777d8ee 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,15 @@ Changelog ========= -0.19.1 (2018-03-24) +0.19.2 (2018-03-24) +------------------- + +Fix +~~~ + +- Cleanup pep8 violations. [Jose Diaz-Gonzalez] + +0.19.0 (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 db7a416..5daae67 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.19.1' +__version__ = '0.19.2'