Compare commits

...

2 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
b7b234d8a5 Release version 0.10.2 2016-08-20 20:49:46 -04:00
Jose Diaz-Gonzalez
ed160eb0ca Add a note regarding git version requirement
Closes #37
2016-08-20 20:49:42 -04:00
3 changed files with 14 additions and 2 deletions

View File

@@ -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]

View File

@@ -4,6 +4,11 @@ github-backup
backup a github user or organization
Requirements
============
- GIT 1.9+
Installation
============

View File

@@ -1 +1 @@
__version__ = '0.10.1'
__version__ = '0.10.2'