Skip to content

Commit 90a0916

Browse files
committed
Release 6.6.2
1 parent b5b6f47 commit 90a0916

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Changes between 6.6.1 and 6.6.2
2+
===============================
3+
Module changes:
4+
* wiktionary tries harder to get a valid result before erroring out
5+
6+
Core changes:
7+
* Fixed an inconsistency between interpretations of the --config option in
8+
normal operation vs. wizard mode
9+
* Requirement specifiers tightened up to reduce/prevent pip trying to install
10+
incompatible dependency versions (IPython, dnspython)
11+
* SASL token is now split when required according to spec
12+
* Multi-byte Unicode characters are now handled correctly when splitting lines
13+
114
Changes between 6.6.0 and 6.6.1
215
===============================
316
Module changes:

sopel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import traceback
3131
import signal
3232

33-
__version__ = '6.6.1'
33+
__version__ = '6.6.2'
3434

3535

3636
def _version_info(version=__version__):

0 commit comments

Comments
 (0)