Skip to content

Commit 933908b

Browse files
committed
Prepare for 2.1 release
1 parent 1dc50d7 commit 933908b

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGES.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Changelog
22
**********
33

4-
2.1 (unreleased)
4+
2.1 (2021-01-30)
55
----------------
66

7-
- Support Python 3.6-3.9
8-
- Changed base_name to make it deterministic
9-
- Changed base_name to ignore punctuation for matching terms
10-
- Fixed normalization of some Unicode characters
11-
- Fixed an error in handling base_name with parameter middle=True
7+
- Support Python 3.6 - 3.9
8+
- Fix basename() so it works deterministically
9+
- Improve basename() so it ignores punctuation for matching terms
10+
- Fix normalization of some Unicode characters
11+
- Fix an error when basename() is invoked with middle=True kwarg
12+
- Drop Travis CI in favour of Github actions
13+
1214

1315
2.0.1 (2020-04-26)
1416
-------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description='Python library to process company names',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
14-
version='2.1-dev0',
14+
version='2.1',
1515
license="MIT",
1616
classifiers = [
1717
"Topic :: Office/Business",

0 commit comments

Comments
 (0)