diff --git a/CHANGES.rst b/CHANGES.rst index cfe5ebe..8d2d079 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,14 @@ Changelog ========= -0.31.0 (2020-02-25) +0.32.0 (2020-04-13) ------------------- ------------------------ +- Add timestamp to log messages. [Enrico Tröger] + + +0.31.0 (2020-02-25) +------------------- - #123 update: changed --as-app 'help' description. [ethan] - #123: Support Authenticating As Github Application. [ethan] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index c3d10d7..2ef0c52 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.31.0' +__version__ = '0.32.0'