We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d447471 commit e5c11dbCopy full SHA for e5c11db
HISTORY.rst
@@ -3,6 +3,13 @@
3
History
4
-------
5
6
+2.10 (2020-06-27)
7
++++++++++++++++++
8
+
9
+- Update to Unicode 13.0.0.
10
+- Throws a more specific exception if "xn--" is provided as a label.
11
+- This is expected to be the last version that supports Python 2.
12
13
2.9 (2020-02-16)
14
++++++++++++++++
15
idna/package_data.py
@@ -1,2 +1,2 @@
1
-__version__ = '2.9'
+__version__ = '2.10'
2
0 commit comments