Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mammothb committed Oct 23, 2019
1 parent 654bbc3 commit 3ed3765
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG <br>
==============

## 6.5.2 (2019-10-23)
---------------------
- Modified `load_bigram_dictionary` to allow dictionary entries to be split
into only 2 parts when using a custom separator
- Added dictionary files to wheels so `pkg_resources` could be used to access
them

## 6.5.1 (2019-10-08)
---------------------
- Added `separator` argument to allow user to choose custom separator for `load_dictionary`
Expand Down
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

import os.path
import sys

import symspellpy

sys.path.insert(0, os.path.abspath(".."))


Expand All @@ -26,7 +29,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '6.5.1'
release = symspellpy.__version__


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion symspellpy/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "symspellpy"
__description__ = 'Python SymSpell'
__url__ = "https://github.com/mammothb/symspellpy"
__version__ = "6.5.1"
__version__ = "6.5.2"
__author__ = "mmb L"
__author_email__ = "mammothb@hotmail.com"
__license__ = "MIT"

0 comments on commit 3ed3765

Please sign in to comment.