Skip to content

Commit

Permalink
v3.1.2 — Bugfix
Browse files Browse the repository at this point in the history
- Drop support for Python 3.7
- **Bugfix**: When using `versioningit` with Hatch, don't run the `onbuild` step for editable builds
  • Loading branch information
jwodder committed Jul 20, 2024
1 parent 614f54b commit 6c38134
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 @@
v3.1.2 (in development)
-----------------------
v3.1.2 (2024-07-20)
-------------------
- Drop support for Python 3.7
- **Bugfix**: When using `versioningit` with Hatch, don't run the `onbuild`
step for editable builds
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
=========

v3.2.0 (in development)
-----------------------
v3.1.2 (2024-07-20)
-------------------
- Drop support for Python 3.7
- **Bugfix**: When using `versioningit` with Hatch, don't run the `onbuild`
step for editable builds
Expand Down
2 changes: 1 addition & 1 deletion src/versioningit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<https://versioningit.rtfd.io> for more information.
"""

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

0 comments on commit 6c38134

Please sign in to comment.