summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-01-30 23:56:51 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-01-31 00:20:12 +0200
commit0036f80513457a95a309c81d8a63f113b52dbafa (patch)
treeaa650d92002c09dfedc47f2c0ae78de6f7dab86b
parent06ec444630f68a754496f4f766ed9dbd6252d3d2 (diff)
downloadwheel-git-0.34.2.tar.gz
Created a new release0.34.2
-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 c1e05cc..dc1f9b0 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 9b01039..3c92ca2 100644
--- a/src/wheel/__init__.py
+++ b/src/wheel/__init__.py
@@ -1 +1 @@
-__version__ = '0.34.1'
+__version__ = '0.34.2'