Skip to content

Commit 2e37331

Browse files
committed
v3.3.0 — Writing normalized versions
- Added `{normalized_version}` to the fields available to the `write` and `onbuild` steps
1 parent ee4110b commit 2e37331

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.3.0 (in development)
2-
-----------------------
1+
v3.3.0 (2025-06-27)
2+
-------------------
33
- Added `{normalized_version}` to the fields available to the `write` and
44
`onbuild` steps
55

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.3.0 (in development)
7-
-----------------------
6+
v3.3.0 (2025-06-27)
7+
-------------------
88
- Added ``{normalized_version}`` to the fields available to the ``write`` and
99
``onbuild`` steps
1010

src/versioningit/__init__.py

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

47-
__version__ = "3.3.0.dev1"
47+
__version__ = "3.3.0"
4848
__author__ = "John Thorvald Wodder II"
4949
__author_email__ = "versioningit@varonathe.org"
5050
__license__ = "MIT"

0 commit comments

Comments
 (0)