Skip to content

Commit

Permalink
Created a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Mar 11, 2024
1 parent b2c8272 commit fa33dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/news.rst
@@ -1,7 +1,7 @@
Release Notes
=============

**UNRELEASED**
**0.43.0 (2024-03-11)**

- Dropped support for Python 3.7
- Updated vendored ``packaging`` to 24.0
Expand Down
2 changes: 1 addition & 1 deletion src/wheel/__init__.py
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "0.42.0"
__version__ = "0.43.0"

0 comments on commit fa33dfd

Please sign in to comment.