Skip to content

Commit

Permalink
release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Nov 21, 2019
1 parent 1d4499e commit fb7ac9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## [Unreleased]

## [2.1.3] - 2019-11-21

Fixed problems with edge cases in the IPA tokenization.


## [2.1.2] - 2019-11-07

Bugfix: See https://github.com/cldf/segments/issues/46
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='segments',
version="2.1.3.dev0",
version="2.1.3",
description='',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/segments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from segments.profile import Profile # noqa: F401
from segments.util import REPLACEMENT_MARKER # noqa: F401

__version__ = '2.1.3.dev0'
__version__ = '2.1.3'
__all__ = ['Tokenizer', 'Profile', 'Rules']

0 comments on commit fb7ac9e

Please sign in to comment.