diff --git a/CHANGES.rst b/CHANGES.rst index 26e8ab1..47b335d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,32 @@ Changelog ========= -0.38.0 (2021-02-13) +0.39.0 (2021-03-18) ------------------- ------------ +Fix +~~~ +- Fix missing INFO logs. [Gallo Feliz] + +Other +~~~~~ +- Merge pull request #173 from gallofeliz/make-compatible-python-call. + [Jose Diaz-Gonzalez] + + Try to make compatible code with direct Python call ; reduce the hard link of the code with the cli +- Try to make compatible code with direct Python call ; reduce the hard + link of the code with the cli. [Gallo Feliz] +- Merge pull request #174 from atorrescogollo/master. [Jose Diaz- + Gonzalez] + + Fixed release_name with slash bug +- Fixed release_name with slash bug. [Álvaro Torres Cogollo] + + +0.38.0 (2021-02-13) +------------------- + Fix ~~~ - Always clone with OAuth token when provided. [Samantha Baldwin] @@ -16,6 +38,7 @@ Fix Other ~~~~~ +- Release version 0.38.0. [Jose Diaz-Gonzalez] - Merge pull request #172 from samanthaq/always-use-oauth-when-provided. [Jose Diaz-Gonzalez] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 457618b..31a9ee7 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.38.0' +__version__ = '0.39.0'