We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e8841 commit 3f65eadCopy full SHA for 3f65ead
CHANGES.rst
@@ -1,9 +1,15 @@
1
Changelog
2
=========
3
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
11
0.28.0 (2020-02-03)
12
-------------------
-------------------------
13
- Remove deprecated (and removed) git lfs flags. [smiley]
14
15
"--tags" and "--force" were removed at some point from "git lfs fetch". This broke our backup script.
github_backup/__init__.py
@@ -1 +1 @@
-__version__ = '0.29.0'
+__version__ = '0.30.0'
0 commit comments