diff --git a/CHANGES.rst b/CHANGES.rst index 12a9fc8..cfe5ebe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,14 @@ Changelog ========= -0.30.0 (2020-02-14) +0.31.0 (2020-02-25) ------------------- +------------------------ +- #123 update: changed --as-app 'help' description. [ethan] +- #123: Support Authenticating As Github Application. [ethan] + + +0.29.0 (2020-02-14) ------------------- - #50 update: keep main() in bin. [ethan] - #50 - refactor for friendlier import. [ethan] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index e187e0a..c3d10d7 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.30.0' +__version__ = '0.31.0'