Skip to content

Commit 6d72f00

Browse files
committed
v3.2.0 — Support versioningit.toml
- Support reading configuration from a `versioningit.toml` file instead of `pyproject.toml` (contributed by [@b-sturgeon](https://github.com/b-sturgeon)) - Added `NoConfigFileError` and `NoConfigSectionError` subclasses of `NotVersioningitError`
1 parent 81b0d79 commit 6d72f00

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.2.0 (in development)
2-
-----------------------
1+
v3.2.0 (2025-06-10)
2+
-------------------
33
- Support reading configuration from a `versioningit.toml` file instead of
44
`pyproject.toml` (contributed by
55
[@b-sturgeon](https://github.com/b-sturgeon))

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.2.0 (2025-06-10)
7+
-------------------
88
- Support reading configuration from a :file:`versioningit.toml` file instead
99
of :file:`pyproject.toml` (contributed by `@b-sturgeon
1010
<https://github.com/b-sturgeon>`_)

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.2.0.dev1"
47+
__version__ = "3.2.0"
4848
__author__ = "John Thorvald Wodder II"
4949
__author_email__ = "[email protected]"
5050
__license__ = "MIT"

0 commit comments

Comments
 (0)