diff --git a/CHANGES.rst b/CHANGES.rst index 99febdb..d5a4a62 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,18 @@ Changelog ========= -0.37.1 (2021-01-01) +0.37.2 (2021-01-01) ------------------- ------------ +Fix +~~~ +- Use distutils.core on error. [Jose Diaz-Gonzalez] + + +0.37.1 (2021-01-02) +------------------- + Fix ~~~ - Use twine for releases. [Jose Diaz-Gonzalez] @@ -18,6 +26,10 @@ Fix - Set long description type - Gitignore the temporary readme file +Other +~~~~~ +- Release version 0.37.1. [Jose Diaz-Gonzalez] + 0.37.0 (2021-01-02) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index a4b3835..89a93b1 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.37.1' +__version__ = '0.37.2'