Skip to content

Commit

Permalink
v2.0.1 — Don't run onbuild in PEP 660 editable mode
Browse files Browse the repository at this point in the history
- Don't run the `onbuild` step under setuptools' upcoming PEP 660 editable mode
  (contributed by [@abravalheri](https://github.com/abravalheri))
  • Loading branch information
jwodder committed Aug 1, 2022
1 parent ce409d7 commit 56d6b0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v2.0.1 (in development)
-----------------------
v2.0.1 (2022-08-01)
-------------------
- Don't run the `onbuild` step under setuptools' upcoming PEP 660 editable mode
(contributed by [@abravalheri](https://github.com/abravalheri))

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

v2.0.1 (in development)
-----------------------
v2.0.1 (2022-08-01)
-------------------
- Don't run the ``onbuild`` step under setuptools' upcoming PEP 660 editable
mode (contributed by `@abravalheri <https://github.com/abravalheri>`_)

Expand Down
2 changes: 1 addition & 1 deletion src/versioningit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<https://versioningit.rtfd.io> for more information.
"""

__version__ = "2.0.1.dev1"
__version__ = "2.0.1"
__author__ = "John Thorvald Wodder II"
__author_email__ = "versioningit@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 56d6b0d

Please sign in to comment.