From 031a9844342b8357d81c936aa62d1a30785cb981 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 29 Aug 2020 02:37:48 -0400 Subject: [PATCH] Release version 0.36.0 --- CHANGES.rst | 16 +++++++++++++++- github_backup/__init__.py | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 90bf6a5..f4b24a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 2670d05..aae5aca 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.35.0' +__version__ = '0.36.0'