From cb33b9bab757c5678f340278dd3dd22e91287d98 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 6 May 2017 14:14:08 -0600 Subject: [PATCH] Release version 0.13.2 --- CHANGES.rst | 5 +++++ github_backup/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 54d2289..05b182f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.13.2 (2017-05-06) +------------------- + +- Fix remotes while updating repository. [Dima Gerasimov] + 0.13.1 (2017-04-11) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index deea98b..1139861 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.13.1' +__version__ = '0.13.2'