Skip to content

Commit 977424c

Browse files
author
Jose Diaz-Gonzalez
committed
Release version 0.37.1
1 parent 613576d commit 977424c

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
Changelog
22
=========
33

4-
0.37.0 (2021-01-01)
4+
0.37.1 (2021-01-01)
55
-------------------
66
------------
7+
8+
Fix
9+
~~~
10+
- Use twine for releases. [Jose Diaz-Gonzalez]
11+
12+
The old method of releasing to pypi broke for whatever reason and switching to a supported toolchain is easier than debugging the old one.
13+
14+
Additionally:
15+
16+
- Update gitchangelog
17+
- Fix license entry
18+
- Set long description type
19+
- Gitignore the temporary readme file
20+
21+
22+
0.37.0 (2021-01-02)
23+
-------------------
24+
- Release version 0.37.0. [Jose Diaz-Gonzalez]
725
- Merge pull request #158 from albertyw/python3. [Jose Diaz-Gonzalez]
826

927
Remove support for python 2

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.37.0'
1+
__version__ = '0.37.1'

0 commit comments

Comments
 (0)