From 0036f80513457a95a309c81d8a63f113b52dbafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Thu, 30 Jan 2020 23:56:51 +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 c1e05cc8..dc1f9b02 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.34.2 (2020-01-30)** - Fixed installation of ``wheel`` from sdist on environments without Unicode file name support diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 9b01039b..3c92ca22 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1 +1 @@ -__version__ = '0.34.1' +__version__ = '0.34.2'