Skip to content

Commit 19b1641

Browse files
committed
Release 5.5.0
1 parent 5eecc72 commit 19b1641

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes between 5.4.1 and 5.5.0
2+
===============================
3+
This release starts preparations for Willie 6. See http://sopel.chat/willie_6.html
4+
API changes (for developers):
5+
* The ability to import from the sopel package, rather than willie, is added to enable forward compatibility with the rename in 6.0.
6+
* A version_info tuple, simmilar to Python's own sys.version_info, is added
7+
* An error when setting a validated config attribute to None is fixed
8+
19
Changes between 5.4.0 and 5.4.1
210
===============================
311
This release starts preparations for Willie 6. See http://willie.dftba.net/willie_6.html

willie/__init__.py

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

23-
__version__ = '5.4.1'
23+
__version__ = '5.5.0'
2424

2525

2626
def _version_info():

0 commit comments

Comments
 (0)