From 977424c153c822e73bb4f8e2e1c6e210ba570a82 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 1 Jan 2021 21:28:25 -0500 Subject: [PATCH] Release version 0.37.1 --- CHANGES.rst | 20 +++++++++++++++++++- github_backup/__init__.py | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index cbf1f03..99febdb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,27 @@ Changelog ========= -0.37.0 (2021-01-01) +0.37.1 (2021-01-01) ------------------- ------------ + +Fix +~~~ +- Use twine for releases. [Jose Diaz-Gonzalez] + + The old method of releasing to pypi broke for whatever reason and switching to a supported toolchain is easier than debugging the old one. + + Additionally: + + - Update gitchangelog + - Fix license entry + - Set long description type + - Gitignore the temporary readme file + + +0.37.0 (2021-01-02) +------------------- +- Release version 0.37.0. [Jose Diaz-Gonzalez] - Merge pull request #158 from albertyw/python3. [Jose Diaz-Gonzalez] Remove support for python 2 diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 8935b5b..a4b3835 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.37.0' +__version__ = '0.37.1'