Skip to content

Commit

Permalink
V0.3.1 (#33)
Browse files Browse the repository at this point in the history
* version bump
  • Loading branch information
barrust committed Feb 27, 2019
1 parent 7feb46d commit 27473de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# pyspellchecker

## Version 0.3.1
* Add full python 2.7 support for foreign dictionaries

## Version 0.3.0
* Ensure all checks against the word frequency are lower case
* Slightly better performance on edit distance of 2
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ pyspellchecker
:target: https://travis-ci.org/barrust/pyspellchecker
.. image:: https://coveralls.io/repos/github/barrust/pyspellchecker/badge.svg?branch=master
:target: https://coveralls.io/github/barrust/pyspellchecker?branch=master
.. image:: http://pepy.tech/badge/pyspellchecker
:target: http://pepy.tech/count/pyspellchecker
:alt: Downloads


Pure Python Spell Checking based on `Peter
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
ignore=W503
max-line-length=88
2 changes: 1 addition & 1 deletion spellchecker/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__maintainer__ = "Tyler Barrus"
__email__ = "barrust@gmail.com"
__license__ = "MIT"
__version__ = "0.3.0"
__version__ = "0.3.1"
__credits__ = ["Peter Norvig"]
__url__ = "https://github.com/barrust/pyspellchecker"
__bugtrack_url__ = "{0}/issues".format(__url__)

0 comments on commit 27473de

Please sign in to comment.