Skip to content

Commit

Permalink
Release 6.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Apr 30, 2019
1 parent 4032deb commit 684c0b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@ 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.6 and 6.6.7
===============================

Fixing this bug, which was discovered after the previous release, serves to
exorcise the curse brought upon us by version 6.6.6.

Core changes
------------

* Fixed incorrect `MODE` message parsing that could lead to Sopel thinking
some users had higher channel privileges than they did [[#1575][]]

[#1575]: https://github.com/sopel-irc/sopel/pull/1575


Changes between 6.6.5 and 6.6.6
===============================

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.6'
__version__ = '6.6.7'


def _version_info(version=__version__):
Expand Down

0 comments on commit 684c0b4

Please sign in to comment.