diff --git a/docs/news.rst b/docs/news.rst index a3f286a9..2653b0a5 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.37.0 (2021-08-09)** - Added official Python 3.10 support - Updated vendored ``packaging`` library to v20.9 diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 349a8f7b..8935b5b5 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1 +1 @@ -__version__ = '0.36.2' +__version__ = '0.37.0'