Skip to content

Commit

Permalink
Bumped to version 1.3.2 to include the bugfix for #15.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnl committed Dec 18, 2021
1 parent b79c076 commit 148d3e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,20 @@ Legal

License: `MIT <http://opensource.org/licenses/MIT>`_

Copyright (c) 2017-2019, Florian Leitner. All rights reserved.
Copyright (c) 2017-2021, Florian Leitner. All rights reserved.

Contributors
============

- Koen Dercksen, @KDercksen, https://koendercksen.com/
- Sergiusz Bleja, @svenski

Thank you!

History
=======

- **1.3.2** bugfix for offset of not contractions; discussion in Issue `#15`_
- **1.3.1** segmenting now occurs at semi-colons, too; discussion in Issue `#9`_
- **1.2.2** bugfix for offsets in multi-nonword prefix tokens; Issue `#6`_
- **1.2.1** added a generic rule for catching more uncommon uses of "." without space suffix as abbreviation marker
Expand All @@ -153,3 +161,4 @@ History
.. _configuring the environment variable: https://docs.python.org/3/using/cmdline.html
.. _#6: https://github.com/fnl/syntok/issues/6
.. _#9: https://github.com/fnl/syntok/issues/9
.. _#15: https://github.com/fnl/syntok/issues/15
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='syntok',
version='1.3.1',
version='1.3.2',
url='https://github.com/fnl/syntok',
author='Florian Leitner',
author_email='me@fnl.es',
Expand Down

0 comments on commit 148d3e2

Please sign in to comment.