Release version 0.30.0

This commit is contained in:
Jose Diaz-Gonzalez
2020-02-14 12:01:05 -05:00
parent a8e8841b26
commit c2289bc0ed
2 changed files with 8 additions and 2 deletions

View File

@@ -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.

View File

@@ -1 +1 @@
__version__ = '0.29.0'
__version__ = '0.30.0'