Skip to content

Commit

Permalink
chore: bump to 0.9.0 (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Oct 23, 2024
1 parent eceeb7f commit cb74500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# Changelog

## 0.9.0 RC 1

Changes since last beta:

- Remove attribute locking
- Fix for METADATA 2.4 being set and PEP 639 recommendation
- Support PEP 735 in top level validation
- Adjust URL handling to better match PEP 753

## 0.9.0 (WIP)
## 0.9.0 (22-10-2024)

This release adds PEP 639 support (METADATA 2.4), refactors the RFC messages,
and adds a lot of validation (including warnings and opt-in errors), a way to
Expand Down
2 changes: 1 addition & 1 deletion pyproject_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
import packaging.utils
import packaging.version

__version__ = "0.9.0rc1"
__version__ = "0.9.0"

__all__ = [
"ConfigurationError",
Expand Down

0 comments on commit cb74500

Please sign in to comment.