diff --git a/CHANGES.rst b/CHANGES.rst index 777d8ee..beca679 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog ========= +0.20.0 (2018-03-24) +------------------- + +- Chore: drop Python 2.6. [Jose Diaz-Gonzalez] + +- Feat: simplify release script. [Jose Diaz-Gonzalez] + 0.19.2 (2018-03-24) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 5daae67..2f15b8c 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.19.2' +__version__ = '0.20.0'