Skip to content

Commit f6dd3b6

Browse files
committed
version bump
1 parent 3921990 commit f6dd3b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# pyspellchecker
22

3+
## Version 0.8.4
4+
5+
* Support diacritics; see [PR #189](https://github.com/barrust/pyspellchecker/pull/189); thanks [7heo](https://github.com/7heo)
6+
37
## Version 0.8.3
48

59
* Add `Persian` dictionary; thanks [@ashkanfeyzollahi](https://github.com/ashkanfeyzollahi)

spellchecker/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__maintainer__ = "Tyler Barrus"
55
__email__ = "[email protected]"
66
__license__ = "MIT"
7-
__version__ = "0.8.3"
7+
__version__ = "0.8.4"
88
__credits__ = ["Peter Norvig"]
99
__url__ = "https://github.com/barrust/pyspellchecker"
1010
__bugtrack_url__ = f"{__url__}/issues"

0 commit comments

Comments
 (0)