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'