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 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+
114Changes between 6.6.0 and 6.6.1
215===============================
316Module changes:
Original file line number Diff line number Diff line change 3030import traceback
3131import signal
3232
33- __version__ = '6.6.1 '
33+ __version__ = '6.6.2 '
3434
3535
3636def _version_info (version = __version__ ):
You can’t perform that action at this time.
0 commit comments