We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eceeb7f commit cb74500Copy full SHA for cb74500
docs/changelog.md
@@ -1,15 +1,6 @@
1
# Changelog
2
3
-## 0.9.0 RC 1
4
-
5
-Changes since last beta:
6
7
-- Remove attribute locking
8
-- Fix for METADATA 2.4 being set and PEP 639 recommendation
9
-- Support PEP 735 in top level validation
10
-- Adjust URL handling to better match PEP 753
11
12
-## 0.9.0 (WIP)
+## 0.9.0 (22-10-2024)
13
14
This release adds PEP 639 support (METADATA 2.4), refactors the RFC messages,
15
and adds a lot of validation (including warnings and opt-in errors), a way to
pyproject_metadata/__init__.py
@@ -68,7 +68,7 @@
68
import packaging.utils
69
import packaging.version
70
71
-__version__ = "0.9.0rc1"
+__version__ = "0.9.0"
72
73
__all__ = [
74
"ConfigurationError",
0 commit comments