Skip to content

Commit

Permalink
Release 6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Feb 1, 2019
1 parent b5b6f47 commit 90a0916
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Changes between 6.6.1 and 6.6.2
===============================
Module changes:
* wiktionary tries harder to get a valid result before erroring out

Core changes:
* Fixed an inconsistency between interpretations of the --config option in
normal operation vs. wizard mode
* Requirement specifiers tightened up to reduce/prevent pip trying to install
incompatible dependency versions (IPython, dnspython)
* SASL token is now split when required according to spec
* Multi-byte Unicode characters are now handled correctly when splitting lines

Changes between 6.6.0 and 6.6.1
===============================
Module changes:
Expand Down
2 changes: 1 addition & 1 deletion sopel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import traceback
import signal

__version__ = '6.6.1'
__version__ = '6.6.2'


def _version_info(version=__version__):
Expand Down

0 comments on commit 90a0916

Please sign in to comment.