-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Viagenie/release-1.1
Release 1.1
- Loading branch information
Showing
4 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Changelog for picu | ||
|
||
## 1.1 (2020-12-04) | ||
### New features | ||
- Add more debug information in IDNA exceptions | ||
|
||
## 1.0 (2018-09-06) | ||
### New features | ||
- Support of Python 3. Compatibility with python2 is preserved for this release. | ||
- Support of Unicode up to 10.0.0 (ICU up to release 60). | ||
- Support of Unicode up to 10.0.0 (ICU up to release 60). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
setup( | ||
name="picu", | ||
version='1.0', | ||
version='1.1', | ||
author="Wil Tan", | ||
author_email="[email protected]", | ||
description="Python ctypes-based ICU Wrapper", | ||
|