File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Changes between 4.6.0 and 4.6.1
2+ ===============================
3+ This release starts preparations for Willie 5. See http://willie.dftba.net/willie_5.html
4+ for more information.
5+
6+ Module changes (for users):
7+ * Fix regression in table creations and erroneously changed column names
8+
9+ Core changes (for users):
10+ * Fix regression in db update function
11+
12+ API changes (for developers):
13+ * Correctly print out deprecation warnings
14+
115Changes between 4.5.1 and 4.6.0
216===============================
317This release starts preparations for Willie 5. See http://willie.dftba.net/willie_5.html
Original file line number Diff line number Diff line change 1919import traceback
2020import signal
2121
22- __version__ = '4.6.0-git '
22+ __version__ = '4.6.1 '
2323
2424
2525def run (config ):
You can’t perform that action at this time.
0 commit comments