Release version 0.19.0

This commit is contained in:
Jose Diaz-Gonzalez
2018-03-24 00:54:34 -04:00
parent 1a79f755a5
commit 8d2ef2f528
2 changed files with 22 additions and 1 deletions

View File

@@ -1,6 +1,27 @@
Changelog
=========
0.19.0 (2018-03-24)
-------------------
- Add additional output for the current request. [Robin Gloster]
This is useful to have some progress indication for huge repositories.
- Add option to backup additional PR details. [Robin Gloster]
Some payload is only included when requesting a single pull request
- Mark string as binary in comparison for skip_existing. [Johannes
Bornhold]
Found out that the flag "--skip-existing" did not work out as expected on Python
3.6. Tracked it down to the comparison which has to be against a string of bytes
in Python3.
0.18.0 (2018-02-22)
-------------------

View File

@@ -1 +1 @@
__version__ = '0.18.0'
__version__ = '0.19.0'