Skip to content

Commit f52cef3

Browse files
committed
Release version 4.6.1
1 parent bd7f7a6 commit f52cef3

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
Changes between 4.5.1 and 4.6.0
216
===============================
317
This release starts preparations for Willie 5. See http://willie.dftba.net/willie_5.html

willie/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import traceback
2020
import signal
2121

22-
__version__ = '4.6.0-git'
22+
__version__ = '4.6.1'
2323

2424

2525
def run(config):

0 commit comments

Comments
 (0)