mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
Release version 0.11.0
This commit is contained in:
22
CHANGES.rst
22
CHANGES.rst
@@ -1,7 +1,27 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.10.3 (2016-08-20)
|
0.11.0 (2016-10-26)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Support --token file:///home/user/token.txt (fixes gh-51) [Björn
|
||||||
|
Dahlgren]
|
||||||
|
|
||||||
|
- Fix some linting. [Albert Wang]
|
||||||
|
|
||||||
|
- Fix byte/string conversion for python 3. [Albert Wang]
|
||||||
|
|
||||||
|
- Support python 3. [Albert Wang]
|
||||||
|
|
||||||
|
- Encode special characters in password. [Remi Rampin]
|
||||||
|
|
||||||
|
- Don't pretend program name is "Github Backup" [Remi Rampin]
|
||||||
|
|
||||||
|
- Don't install over insecure connection. [Remi Rampin]
|
||||||
|
|
||||||
|
The git:// protocol is unauthenticated and unencrypted, and no longer advertised by GitHub. Using HTTPS shouldn't impact performance.
|
||||||
|
|
||||||
|
0.10.3 (2016-08-21)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Fixes #29. [Jonas Michel]
|
- Fixes #29. [Jonas Michel]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = '0.10.3'
|
__version__ = '0.11.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user