We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4110b commit 2e37331Copy full SHA for 2e37331
3 files changed
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v3.3.0 (in development)
2
------------------------
+v3.3.0 (2025-06-27)
+-------------------
3
- Added `{normalized_version}` to the fields available to the `write` and
4
`onbuild` steps
5
docs/changelog.rst
@@ -3,8 +3,8 @@
Changelog
=========
6
7
8
- Added ``{normalized_version}`` to the fields available to the ``write`` and
9
``onbuild`` steps
10
src/versioningit/__init__.py
@@ -44,7 +44,7 @@
44
<https://versioningit.rtfd.io> for more information.
45
"""
46
47
-__version__ = "3.3.0.dev1"
+__version__ = "3.3.0"
48
__author__ = "John Thorvald Wodder II"
49
__author_email__ = "versioningit@varonathe.org"
50
__license__ = "MIT"
0 commit comments