summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-08-09 23:44:19 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-08-09 23:44:19 +0300
commitb8c4aa055cea0132776e7e53edce3538710d5b68 (patch)
tree613e5823a6d80f1378204f8fc687f2a980a71c5b
parent88320ee9c2441d4df5aa004bd751bcd7d52ad983 (diff)
downloadwheel-git-b8c4aa055cea0132776e7e53edce3538710d5b68.tar.gz
Created a new release0.37.0
-rw-r--r--docs/news.rst2
-rw-r--r--src/wheel/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/news.rst b/docs/news.rst
index a3f286a..2653b0a 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 349a8f7..8935b5b 100644
--- a/src/wheel/__init__.py
+++ b/src/wheel/__init__.py
@@ -1 +1 @@
-__version__ = '0.36.2'
+__version__ = '0.37.0'