diff --git a/CHANGES.rst b/CHANGES.rst index c546a3f..8c78d80 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,29 @@ Changelog ========= +0.12.0 (2016-11-22) +------------------- + +Fix +~~~ + +- Properly import version from github_backup package. [Jose Diaz- + Gonzalez] + +- Support alternate git status output. [Jose Diaz-Gonzalez] + +Other +~~~~~ + +- Pep8: E501 line too long (83 > 79 characters) [Jose Diaz-Gonzalez] + +- Pep8: E128 continuation line under-indented for visual indent. [Jose + Diaz-Gonzalez] + +- Support archivization using bare git clones. [Andrzej Maczuga] + +- Fix typo, 3x. [Terrell Russell] + 0.11.0 (2016-10-26) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index f323a57..2c7bffb 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.11.0' +__version__ = '0.12.0'