File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11Changelog
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
13152.0.1 (2020-04-26)
1416-------------------
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments