diff --git a/CHANGES.rst b/CHANGES.rst index a8655d6..12a9fc8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,15 @@ Changelog ========= +0.30.0 (2020-02-14) +------------------- +------------------- +- #50 update: keep main() in bin. [ethan] +- #50 - refactor for friendlier import. [ethan] + + 0.28.0 (2020-02-03) ------------------- ------------------------- - Remove deprecated (and removed) git lfs flags. [smiley] "--tags" and "--force" were removed at some point from "git lfs fetch". This broke our backup script. diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 9093e4e..e187e0a 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.29.0' +__version__ = '0.30.0'