mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
Release version 0.37.1
This commit is contained in:
20
CHANGES.rst
20
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
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.37.0'
|
||||
__version__ = '0.37.1'
|
||||
|
||||
Reference in New Issue
Block a user