Skip to content

Commit 853b7c4

Browse files
author
Jose Diaz-Gonzalez
committed
Release version 0.39.0
1 parent e23d12d commit 853b7c4

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGES.rst

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

4-
0.38.0 (2021-02-13)
4+
0.39.0 (2021-03-18)
55
-------------------
66
------------
77

8+
Fix
9+
~~~
10+
- Fix missing INFO logs. [Gallo Feliz]
11+
12+
Other
13+
~~~~~
14+
- Merge pull request #173 from gallofeliz/make-compatible-python-call.
15+
[Jose Diaz-Gonzalez]
16+
17+
Try to make compatible code with direct Python call ; reduce the hard link of the code with the cli
18+
- Try to make compatible code with direct Python call ; reduce the hard
19+
link of the code with the cli. [Gallo Feliz]
20+
- Merge pull request #174 from atorrescogollo/master. [Jose Diaz-
21+
Gonzalez]
22+
23+
Fixed release_name with slash bug
24+
- Fixed release_name with slash bug. [Álvaro Torres Cogollo]
25+
26+
27+
0.38.0 (2021-02-13)
28+
-------------------
29+
830
Fix
931
~~~
1032
- Always clone with OAuth token when provided. [Samantha Baldwin]
@@ -16,6 +38,7 @@ Fix
1638

1739
Other
1840
~~~~~
41+
- Release version 0.38.0. [Jose Diaz-Gonzalez]
1942
- Merge pull request #172 from samanthaq/always-use-oauth-when-provided.
2043
[Jose Diaz-Gonzalez]
2144

github_backup/__init__.py

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

0 commit comments

Comments
 (0)