mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7b234d8a5 | ||
|
|
ed160eb0ca |
@@ -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]
|
||||
|
||||
@@ -4,6 +4,11 @@ github-backup
|
||||
|
||||
backup a github user or organization
|
||||
|
||||
Requirements
|
||||
============
|
||||
|
||||
- GIT 1.9+
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.10.1'
|
||||
__version__ = '0.10.2'
|
||||
|
||||
Reference in New Issue
Block a user