From b5323a008686bb0f2d491649fcfca0966a4bb2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Wed, 22 Dec 2021 13:42:31 +0200 Subject: [PATCH] Created a new release --- docs/news.rst | 2 +- src/wheel/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 3652ee08..eddfcf62 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.37.1 (2021-12-22)** - Fixed ``wheel pack`` duplicating the ``WHEEL`` contents when the build number has changed (#415) - Fixed parsing of file names containing commas in ``RECORD`` (PR by Hood Chatham) diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 8935b5b5..a4b38359 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1 +1 @@ -__version__ = '0.37.0' +__version__ = '0.37.1'