summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f956652..e3d2581 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -1,7 +1,7 @@
Release Notes
=============
-**UNRELEASED**
+**0.35.0 (2020-08-13)**
- Switched to the packaging_ library for computing wheel tags
- Fixed a resource leak in ``WheelFile.open()`` (PR by Jon Dufresne)
diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py
index 3c92ca2..2670d05 100644
--- a/src/wheel/__init__.py
+++ b/src/wheel/__init__.py
@@ -1 +1 @@
-__version__ = '0.34.2'
+__version__ = '0.35.0'