Release version 0.37.1

This commit is contained in:
Jose Diaz-Gonzalez
2021-01-01 21:28:25 -05:00
parent 613576dd25
commit 7b2f6a177f
2 changed files with 20 additions and 2 deletions

View File

@@ -1,9 +1,27 @@
Changelog 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] - Merge pull request #158 from albertyw/python3. [Jose Diaz-Gonzalez]
Remove support for python 2 Remove support for python 2

View File

@@ -1 +1 @@
__version__ = '0.37.0' __version__ = '0.37.1'