Skip to content

Commit f0b2856

Browse files
committed
Release version 0.11.0
1 parent 77ede50 commit f0b2856

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGES.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
Changelog
22
=========
33

4-
0.10.3 (2016-08-20)
4+
0.11.0 (2016-10-26)
5+
-------------------
6+
7+
- Support --token file:///home/user/token.txt (fixes gh-51) [Björn
8+
Dahlgren]
9+
10+
- Fix some linting. [Albert Wang]
11+
12+
- Fix byte/string conversion for python 3. [Albert Wang]
13+
14+
- Support python 3. [Albert Wang]
15+
16+
- Encode special characters in password. [Remi Rampin]
17+
18+
- Don't pretend program name is "Github Backup" [Remi Rampin]
19+
20+
- Don't install over insecure connection. [Remi Rampin]
21+
22+
The git:// protocol is unauthenticated and unencrypted, and no longer advertised by GitHub. Using HTTPS shouldn't impact performance.
23+
24+
0.10.3 (2016-08-21)
525
-------------------
626

727
- Fixes #29. [Jonas Michel]

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.10.3'
1+
__version__ = '0.11.0'

0 commit comments

Comments
 (0)