Skip to content

Commit

Permalink
Release 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Nov 5, 2016
1 parent e737e72 commit f6315f7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Changes between 6.4.0 and 6.5.0
===============================
Module changes:
* xkcd module can now recognize xkcd.com urls
* SSL is verified for HTTP requests when not turned off in the config
* The command list is placed in a gist, to prevent flooding
* Title finding uses a custom user agent, to prevent issues with some sites

Core changes:
* Intent handling is improved

API changes:
* A @url decorator is added to simplify URL handling

Changes between 6.3.1 and 6.4.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.4.0'
__version__ = '6.5.0'


def _version_info(version=__version__):
Expand Down

0 comments on commit f6315f7

Please sign in to comment.