We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613576d commit 977424cCopy full SHA for 977424c
2 files changed
CHANGES.rst
@@ -1,9 +1,27 @@
1
Changelog
2
=========
3
4
-0.37.0 (2021-01-01)
+0.37.1 (2021-01-01)
5
-------------------
6
------------
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]
25
- Merge pull request #158 from albertyw/python3. [Jose Diaz-Gonzalez]
26
27
Remove support for python 2
github_backup/__init__.py
@@ -1 +1 @@
-__version__ = '0.37.0'
+__version__ = '0.37.1'
0 commit comments