Skip to content

Commit 6c38134

Browse files
committed
v3.1.2 — Bugfix
- Drop support for Python 3.7 - **Bugfix**: When using `versioningit` with Hatch, don't run the `onbuild` step for editable builds
1 parent 614f54b commit 6c38134

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v3.1.2 (in development)
2-
-----------------------
1+
v3.1.2 (2024-07-20)
2+
-------------------
33
- Drop support for Python 3.7
44
- **Bugfix**: When using `versioningit` with Hatch, don't run the `onbuild`
55
step for editable builds

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
v3.2.0 (in development)
7-
-----------------------
6+
v3.1.2 (2024-07-20)
7+
-------------------
88
- Drop support for Python 3.7
99
- **Bugfix**: When using `versioningit` with Hatch, don't run the `onbuild`
1010
step for editable builds

src/versioningit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<https://versioningit.rtfd.io> for more information.
4444
"""
4545

46-
__version__ = "3.1.2.dev1"
46+
__version__ = "3.1.2"
4747
__author__ = "John Thorvald Wodder II"
4848
__author_email__ = "[email protected]"
4949
__license__ = "MIT"

0 commit comments

Comments
 (0)