From 3f65eadee145b6e0291b1f3112266c66e4a8bbd0 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 14 Feb 2020 12:01:05 -0500 Subject: [PATCH] Release version 0.30.0 --- CHANGES.rst | 8 +++++++- github_backup/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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'