Skip to content

Commit

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

## [Unreleased]


## [2.1.1] - 2019-11-05

Bugfix: Suppress csvw's UserWarning about unknown columns in orthography profiles
with more than the default columns.


## [2.1.0] - 2019-09-19

- Dropped py2 support
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.1.dev0",
version="2.1.1",
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.1.dev0'
__version__ = '2.1.1'
__all__ = ['Tokenizer', 'Profile', 'Rules']

0 comments on commit 4288163

Please sign in to comment.