Skip to content

Commit

Permalink
Merge pull request #116 from kjd/release-3.3
Browse files Browse the repository at this point in the history
Release 3.3
  • Loading branch information
kjd committed Oct 12, 2021
2 parents 784edd5 + 3aed72b commit 522c0eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,20 @@
History
-------

3.3 (2021-10-13)
++++++++++++++++

- Update to Unicode 14.0.0
- Update to in-line type annotations
- Throw IDNAError exception correctly for some malformed input
- Advertise support for Python 3.10
- Improve testing regime on Github
- Fix Russian typo in documentation

Thanks to Jon Defresne, Hugo van Kemenade, Seth Michael Larson,
Patrick Ventuzelo and Boris Verhovsky for contributions to this
release.

3.2 (2021-05-29)
++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion idna/package_data.py
@@ -1,2 +1,2 @@
__version__ = '3.2'
__version__ = '3.3'

0 comments on commit 522c0eb

Please sign in to comment.