Skip to content

Commit c43ac75

Browse files
authored
Merge pull request #191 from kjd/release-3.9
Release v3.9
2 parents a1fd168 + 1b8800a commit c43ac75

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: HISTORY.rst

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
History
44
-------
55

6+
3.9 (2024-09-13)
7+
++++++++++++++++
8+
9+
- Update to Unicode 16.0.0
10+
- Deprecate setup.cfg in favour of pyproject.toml
11+
- Use ruff for code formatting
12+
13+
Thanks to Waket Zheng for contributions to this release.
14+
615
3.8 (2024-08-23)
716
++++++++++++++++
817

Diff for: idna/package_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.8"
1+
__version__ = "3.9"

0 commit comments

Comments
 (0)