diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-11-30 22:58:15 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-12-01 10:52:46 +0200 |
| commit | 39b6397ba944d82f1fe37d043382f97b78a919d6 (patch) | |
| tree | 9656970edc1a6654834bf3d06d491909664a8a2b | |
| parent | 5a2e613768ff2607d70c5d03a8d9968225131454 (diff) | |
| download | wheel-git-0.36.0.tar.gz | |
Created a new release0.36.0
| -rw-r--r-- | docs/news.rst | 2 | ||||
| -rw-r--r-- | src/wheel/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/news.rst b/docs/news.rst index 8d71b31..1812e12 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.36.0 (2020-12-01)** - Added official Python 3.9 support - Updated vendored ``packaging`` library to v20.7 diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 288ed76..aae5aca 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1 +1 @@ -__version__ = '0.35.1' +__version__ = '0.36.0' |
