diff --git a/CHANGES.rst b/CHANGES.rst index ecea949..90bf6a5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,14 @@ Changelog ========= -0.34.0 (2020-07-24) +0.35.0 (2020-08-05) ------------------- ------------------------ +- Make API request throttling optional. [Samantha Baldwin] + + +0.34.0 (2020-07-24) +------------------- - Add logic for transforming gist repository urls to ssh. [Matt Fields] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index cac7112..2670d05 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.34.0' +__version__ = '0.35.0'