diff --git a/CHANGES.rst b/CHANGES.rst index b53ecbd..941ffb3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +0.21.0 (2018-11-28) +------------------- + +- Correctly download repos when user arg != authenticated user. [W. + Harrison Wright] + 0.20.1 (2018-09-29) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index abadaef..e453371 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.20.1' +__version__ = '0.21.0'