Skip to content

Commit

Permalink
Release 6.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Mar 24, 2019
1 parent 5cdc607 commit 6e6f710
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
When adding new entries, follow the style guide in NEWS.spec.md to avoid causing
problems with the site build.

Changes between 6.6.4 and 6.6.5
===============================

Module changes
--------------

* Fixed url module not cleaning punctuation when auto-titling [[#1515][]]
* Fixed url module's punctuation-cleaning on Python 2 [[#1517][]]
* Fixed `.redditor` command with newer `praw` versions (4.0+) [[#1506][]]
* Reloading modules now runs their `shutdown()` routines [[#1412][]]

[#1412]: https://github.com/sopel-irc/sopel/pull/1412
[#1506]: https://github.com/sopel-irc/sopel/pull/1506
[#1515]: https://github.com/sopel-irc/sopel/pull/1515
[#1517]: https://github.com/sopel-irc/sopel/pull/1517


Changes between 6.6.3 and 6.6.4
===============================

Expand Down
2 changes: 1 addition & 1 deletion sopel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import traceback
import signal

__version__ = '6.6.4'
__version__ = '6.6.5'


def _version_info(version=__version__):
Expand Down

0 comments on commit 6e6f710

Please sign in to comment.