Release version 0.36.0

This commit is contained in:
Jose Diaz-Gonzalez
2020-08-29 02:37:48 -04:00
parent 9e16f39e3e
commit 031a984434
2 changed files with 16 additions and 2 deletions

View File

@@ -1,9 +1,23 @@
Changelog
=========
0.35.0 (2020-08-05)
0.36.0 (2020-08-29)
-------------------
------------------------
- Add flake8 instructions to readme. [Albert Wang]
- Fix regex string. [Albert Wang]
- Fix whitespace issues. [Albert Wang]
- Do not use bare excepts. [Albert Wang]
- Add .circleci/config.yml. [Albert Wang]
- Include --private flag in example. [wouter bolsterlee]
By default, private repositories are not included. This is surprising.
It took me a while to figure this out, and making that clear in the
example can help others to be aware of that.
0.35.0 (2020-08-05)
-------------------
- Make API request throttling optional. [Samantha Baldwin]

View File

@@ -1 +1 @@
__version__ = '0.35.0'
__version__ = '0.36.0'