Skip to content

Commit

Permalink
Release v2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kjd committed Jun 27, 2020
1 parent d447471 commit e5c11db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,13 @@
History
-------

2.10 (2020-06-27)
+++++++++++++++++

- Update to Unicode 13.0.0.
- Throws a more specific exception if "xn--" is provided as a label.
- This is expected to be the last version that supports Python 2.

2.9 (2020-02-16)
++++++++++++++++

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

0 comments on commit e5c11db

Please sign in to comment.