Skip to content

Commit

Permalink
Release version 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jan 27, 2019
1 parent 8febccd commit 4608e58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes between 6.6.0 and 6.6.1
===============================
Module changes:
* spellcheck's pyenchant dependency is no longer required for py3.7+
* This should alleviate a lot of installation problems due to pyenchant being
unmaintained. If use of the spellcheck module is desired, the necessary
libraries may be installed manually.

Changes between 6.5.3 and 6.6.0
===============================
Sopel 6.6.0 has been a long time coming, but it contains a metric ton of fixes
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.0'
__version__ = '6.6.1'


def _version_info(version=__version__):
Expand Down

0 comments on commit 4608e58

Please sign in to comment.