Skip to content

Commit

Permalink
Release v3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kjd committed Sep 15, 2024
1 parent 3eef168 commit 729225d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

3.10 (2024-09-15)
+++++++++++++++++

- Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes
to UTS46 processing that will require more work to properly implement.

3.9 (2024-09-13)
++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion idna/package_data.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.9"
__version__ = "3.10"

0 comments on commit 729225d

Please sign in to comment.