summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2019-02-10 18:15:52 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2019-02-12 08:58:33 +0200
commitbb54233a2dc855951fa40a48d5730c67f9d570c8 (patch)
treeb6bef6c9bb397743995903fa6fbcafcc12f545a8
parent0aa153a419f711e1568cf9265c9cc82e9e4dc7e9 (diff)
downloadwheel-git-bb54233a2dc855951fa40a48d5730c67f9d570c8.tar.gz
Bumped up the version number0.33.0
-rw-r--r--docs/news.rst2
-rw-r--r--wheel/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/news.rst b/docs/news.rst
index 58a87f1..8a1f2b2 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -1,7 +1,7 @@
Release Notes
=============
-**UNRELEASED**
+**0.33.0**
- Added the ``--build-number`` option to the ``wheel pack`` command
- Fixed bad shebangs sneaking into wheels
diff --git a/wheel/__init__.py b/wheel/__init__.py
index 6938633..3af5add 100644
--- a/wheel/__init__.py
+++ b/wheel/__init__.py
@@ -1,2 +1,2 @@
# __variables__ with double-quoted values will be available in setup.py:
-__version__ = "0.32.3"
+__version__ = "0.33.0"