From b7b234d8a5155e1a933e53d32cfc66eddde87703 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 20 Aug 2016 20:49:46 -0400 Subject: [PATCH] Release version 0.10.2 --- CHANGES.rst | 9 ++++++++- github_backup/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6dfceef..37ea301 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,14 @@ Changelog ========= -0.10.1 (2016-08-20) +0.10.2 (2016-08-20) +------------------- + +- Add a note regarding git version requirement. [Jose Diaz-Gonzalez] + + Closes #37 + +0.10.0 (2016-08-18) ------------------- - Implement incremental updates. [Robert Bradshaw] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index e754a83..85b551d 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.10.1' +__version__ = '0.10.2'