Skip to content

Commit f6315f7

Browse files
committed
Release 6.5.0
1 parent e737e72 commit f6315f7

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Changes between 6.4.0 and 6.5.0
2+
===============================
3+
Module changes:
4+
* xkcd module can now recognize xkcd.com urls
5+
* SSL is verified for HTTP requests when not turned off in the config
6+
* The command list is placed in a gist, to prevent flooding
7+
* Title finding uses a custom user agent, to prevent issues with some sites
8+
9+
Core changes:
10+
* Intent handling is improved
11+
12+
API changes:
13+
* A @url decorator is added to simplify URL handling
14+
115
Changes between 6.3.1 and 6.4.0
216
===============================
317
Module changes:

sopel/__init__.py

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

32-
__version__ = '6.4.0'
32+
__version__ = '6.5.0'
3333

3434

3535
def _version_info(version=__version__):

0 commit comments

Comments
 (0)