From d4055eb99cb622c7e0b8b35a2cf566fe63f0b872 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 11 Apr 2017 09:40:13 -0600 Subject: [PATCH] Release version 0.13.1 --- CHANGES.rst | 5 +++++ github_backup/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 284440b..54d2289 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.13.1 (2017-04-11) +------------------- + +- Fix error when repository has no updated_at value. [Nicolai Ehemann] + 0.13.0 (2017-04-05) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 2d7893e..deea98b 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.13.0' +__version__ = '0.13.1'