Skip to content

Commit 6e6f710

Browse files
committed
Release 6.6.5
1 parent 5cdc607 commit 6e6f710

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
22
When adding new entries, follow the style guide in NEWS.spec.md to avoid causing
33
problems with the site build.
44

5+
Changes between 6.6.4 and 6.6.5
6+
===============================
7+
8+
Module changes
9+
--------------
10+
11+
* Fixed url module not cleaning punctuation when auto-titling [[#1515][]]
12+
* Fixed url module's punctuation-cleaning on Python 2 [[#1517][]]
13+
* Fixed `.redditor` command with newer `praw` versions (4.0+) [[#1506][]]
14+
* Reloading modules now runs their `shutdown()` routines [[#1412][]]
15+
16+
[#1412]: https://github.com/sopel-irc/sopel/pull/1412
17+
[#1506]: https://github.com/sopel-irc/sopel/pull/1506
18+
[#1515]: https://github.com/sopel-irc/sopel/pull/1515
19+
[#1517]: https://github.com/sopel-irc/sopel/pull/1517
20+
21+
522
Changes between 6.6.3 and 6.6.4
623
===============================
724

sopel/__init__.py

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

33-
__version__ = '6.6.4'
33+
__version__ = '6.6.5'
3434

3535

3636
def _version_info(version=__version__):

0 commit comments

Comments
 (0)