From 933908b05fc50bec7a0e04918d2bc5207a1bb021 Mon Sep 17 00:00:00 2001 From: Petri Savolainen Date: Sat, 30 Jan 2021 17:03:01 +0200 Subject: [PATCH] Prepare for 2.1 release --- CHANGES.txt | 14 ++++++++------ setup.py | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index e8f918c..c107f61 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,14 +1,16 @@ Changelog ********** -2.1 (unreleased) +2.1 (2021-01-30) ---------------- -- Support Python 3.6-3.9 -- Changed base_name to make it deterministic -- Changed base_name to ignore punctuation for matching terms -- Fixed normalization of some Unicode characters -- Fixed an error in handling base_name with parameter middle=True +- Support Python 3.6 - 3.9 +- Fix basename() so it works deterministically +- Improve basename() so it ignores punctuation for matching terms +- Fix normalization of some Unicode characters +- Fix an error when basename() is invoked with middle=True kwarg +- Drop Travis CI in favour of Github actions + 2.0.1 (2020-04-26) ------------------- diff --git a/setup.py b/setup.py index 4613b3c..3d2de3f 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ description='Python library to process company names', long_description=long_description, long_description_content_type='text/markdown', - version='2.1-dev0', + version='2.1', license="MIT", classifiers = [ "Topic :: Office/Business",