diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2019-08-17 19:13:24 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2019-08-17 19:13:24 +0300 |
| commit | 9ee9726620f80232ca49991dbeef83963d94482a (patch) | |
| tree | 3ae166af6dd7bd0f17e3e3585c7138489a8470ae | |
| parent | 96ce96ec368995b04c8e1bc80b32c8b9a093b5f4 (diff) | |
| download | wheel-git-9ee9726620f80232ca49991dbeef83963d94482a.tar.gz | |
Bumped up the version0.33.5
| -rw-r--r-- | docs/news.rst | 2 | ||||
| -rw-r--r-- | wheel/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/news.rst b/docs/news.rst index 8ed6781..3650a9a 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.33.5 (2019-08-17)** - Don't add the ``m`` ABI flag to wheel names on Python 3.8 (PR by rdb) - Updated ``MANIFEST.in`` to include many previously omitted files in the sdist diff --git a/wheel/__init__.py b/wheel/__init__.py index 0f8ca70..e5b13ba 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.33.4" +__version__ = "0.33.5" |
