Skip to content

Commit

Permalink
Created a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 4, 2020
1 parent 153dfef commit 64550e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/news.rst
@@ -1,7 +1,7 @@
Release Notes
=============

**UNRELEASED**
**0.36.1 (2020-12-04)**

- Fixed ``AssertionError`` when ``MACOSX_DEPLOYMENT_TARGET`` was set to ``11``
(PR by Grzegorz Bokota and François-Xavier Coudert)
Expand Down
2 changes: 1 addition & 1 deletion src/wheel/__init__.py
@@ -1 +1 @@
__version__ = '0.36.0'
__version__ = '0.36.1'

1 comment on commit 64550e1

@gameguy43
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix! Back up and running on Big Sur :)

Please sign in to comment.