Skip to content

Commit

Permalink
Prepare for 2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
petri committed Jan 30, 2021
1 parent 1dc50d7 commit 933908b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 933908b

Please sign in to comment.