Skip to content

Commit

Permalink
Release 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Alfassa committed Mar 9, 2016
1 parent e199afe commit a690057
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Changes between 6.3.0 and 6.3.1
===============================
Module changes:
* The xkcd module is working again
* Fix an issue causing unicode errors to show for some URLs when using Python 2 (but you should really switch to 3!)

Core Changes:
* Fix a bug in QUIT message parsing which caused certain users to be flooded with PMs if their nick matched the first word of a user's QUIT message (such as "disconnected" or "ping")
* Fix a rare python 3 incompatibility bug when quitting due to too many core errors.
* We no longer show a warning when detecting a non-unicode system locale if you're still using Python 2

Changes between 6.2.0 and 6.3.0
===============================
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 @@ -29,7 +29,7 @@
import traceback
import signal

__version__ = '6.3.0'
__version__ = '6.3.1'


def _version_info(version=__version__):
Expand Down

0 comments on commit a690057

Please sign in to comment.