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'