From c81c3e9668ac6d93507717e47d33edab619b6a0e Mon Sep 17 00:00:00 2001 From: Vilhjalmur Thorsteinsson Date: Wed, 2 Jan 2019 14:35:37 +0000 Subject: [PATCH] Release 1.1.0 --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a53939d..ebb557b 100644 --- a/README.rst +++ b/README.rst @@ -303,6 +303,8 @@ To run the built-in tests, install `pytest ` Changelog --------- +* Version 1.1.0: All abbreviations in Abbrec.conf are now returned with their + meaning in a tuple in token.val; handling of 'mbl.is' fixed * Version 1.0.9: Added abbreviation 'MAST'; harmonized copyright headers * Version 1.0.8: Bug fixes in DATEREL, MEASUREMENT and NUMWLETTER token handling; added kWst and MWst measurement units; blackened diff --git a/setup.py b/setup.py index 0cccc2f..268b80c 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def read(*names, **kwargs): setup( name="tokenizer", - version="1.0.9", + version="1.1.0", license="MIT", description="A tokenizer for Icelandic text", long_description="%s\n%s"