summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-12-13 20:07:13 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-12-13 20:07:13 +0200
commit4fb47f98550f3f43fc0b8c73f518592124ae21bd (patch)
tree0e1f976ffee9117c722bf32c98d396889c6eedf5
parentbfb64680915c34932bc9bee9acc2aad7ba9d4b1c (diff)
downloadwheel-git-4fb47f98550f3f43fc0b8c73f518592124ae21bd.tar.gz
Created a new release0.36.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 5f2ca1e..f2cd761 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -1,7 +1,7 @@
Release Notes
=============
-**UNRELEASED**
+**0.36.2 (2020-12-13)**
- Updated vendored ``packaging`` library to v20.8
- Fixed wheel sdist missing ``LICENSE.txt``
diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py
index eb426c5..349a8f7 100644
--- a/src/wheel/__init__.py
+++ b/src/wheel/__init__.py
@@ -1 +1 @@
-__version__ = '0.36.1'
+__version__ = '0.36.2'