Skip to content

Commit 3f65ead

Browse files
committed
Release version 0.30.0
1 parent a8e8841 commit 3f65ead

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
Changelog
22
=========
33

4+
0.30.0 (2020-02-14)
5+
-------------------
6+
-------------------
7+
- #50 update: keep main() in bin. [ethan]
8+
- #50 - refactor for friendlier import. [ethan]
9+
10+
411
0.28.0 (2020-02-03)
512
-------------------
6-
------------------------
713
- Remove deprecated (and removed) git lfs flags. [smiley]
814

915
"--tags" and "--force" were removed at some point from "git lfs fetch". This broke our backup script.

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.29.0'
1+
__version__ = '0.30.0'

0 commit comments

Comments
 (0)