Skip to content

Commit cb74500

Browse files
authored
chore: bump to 0.9.0 (#210)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent eceeb7f commit cb74500

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

docs/changelog.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
# Changelog
22

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)
3+
## 0.9.0 (22-10-2024)
134

145
This release adds PEP 639 support (METADATA 2.4), refactors the RFC messages,
156
and adds a lot of validation (including warnings and opt-in errors), a way to

pyproject_metadata/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
import packaging.utils
6969
import packaging.version
7070

71-
__version__ = "0.9.0rc1"
71+
__version__ = "0.9.0"
7272

7373
__all__ = [
7474
"ConfigurationError",

0 commit comments

Comments
 (0)