Skip to content

Commit

Permalink
v6.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mammothb committed Oct 24, 2022
1 parent 4659bec commit d254b70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG <br>
==============

## 6.7.7 (2022-10-24)
- Remove support for Python 3.6
- Use compiled regex expression in `create_dictionary()` ([#129](https://github.com/mammothb/symspellpy/pull/129))
- Configure module logger instead of modifying root logger ([#132](https://github.com/mammothb/symspellpy/pull/132), [#133](https://github.com/mammothb/symspellpy/pull/133))

## 6.7.6 (2021-12-19)
- Fix suggestion `count` in `lookup_compound` when `ignore_words=True` ([#108](https://github.com/mammothb/symspellpy/pull/108))
- Log error message when loading dictionary fails ([#109](https://github.com/mammothb/symspellpy/pull/109))
Expand Down
2 changes: 1 addition & 1 deletion symspellpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.. moduleauthor:: Wolf Garbe <wolf.garbe@faroo.com>
"""

__version__ = "6.7.6"
__version__ = "6.7.7"

from . import editdistance, helpers, logging
from .symspellpy import SymSpell
Expand Down

0 comments on commit d254b70

Please sign in to comment.