Skip to content

Commit 684c0b4

Browse files
committed
Release 6.6.7
1 parent 4032deb commit 684c0b4

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ 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.6 and 6.6.7
6+
===============================
7+
8+
Fixing this bug, which was discovered after the previous release, serves to
9+
exorcise the curse brought upon us by version 6.6.6.
10+
11+
Core changes
12+
------------
13+
14+
* Fixed incorrect `MODE` message parsing that could lead to Sopel thinking
15+
some users had higher channel privileges than they did [[#1575][]]
16+
17+
[#1575]: https://github.com/sopel-irc/sopel/pull/1575
18+
19+
520
Changes between 6.6.5 and 6.6.6
621
===============================
722

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

3535

3636
def _version_info(version=__version__):

0 commit comments

Comments
 (0)