Skip to content

Commit 8d2ef2f

Browse files
committed
Release version 0.19.0
1 parent 1a79f75 commit 8d2ef2f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.rst

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

4+
0.19.0 (2018-03-24)
5+
-------------------
6+
7+
- Add additional output for the current request. [Robin Gloster]
8+
9+
This is useful to have some progress indication for huge repositories.
10+
11+
12+
- Add option to backup additional PR details. [Robin Gloster]
13+
14+
Some payload is only included when requesting a single pull request
15+
16+
17+
- Mark string as binary in comparison for skip_existing. [Johannes
18+
Bornhold]
19+
20+
Found out that the flag "--skip-existing" did not work out as expected on Python
21+
3.6. Tracked it down to the comparison which has to be against a string of bytes
22+
in Python3.
23+
24+
425
0.18.0 (2018-02-22)
526
-------------------
627

github_backup/__init__.py

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

0 commit comments

Comments
 (0)