Skip to content

Commit 5a71bc5

Browse files
author
Jose Diaz-Gonzalez
committed
Release version 0.37.2
1 parent 794ccf3 commit 5a71bc5

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
Changelog
22
=========
33

4-
0.37.1 (2021-01-01)
4+
0.37.2 (2021-01-01)
55
-------------------
66
------------
77

8+
Fix
9+
~~~
10+
- Use distutils.core on error. [Jose Diaz-Gonzalez]
11+
12+
13+
0.37.1 (2021-01-02)
14+
-------------------
15+
816
Fix
917
~~~
1018
- Use twine for releases. [Jose Diaz-Gonzalez]
@@ -18,6 +26,10 @@ Fix
1826
- Set long description type
1927
- Gitignore the temporary readme file
2028

29+
Other
30+
~~~~~
31+
- Release version 0.37.1. [Jose Diaz-Gonzalez]
32+
2133

2234
0.37.0 (2021-01-02)
2335
-------------------

github_backup/__init__.py

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

0 commit comments

Comments
 (0)