Skip to content

Commit b088135

Browse files
committed
v2.2.1 — Improve an error and tests
- Raise a `ConfigError` if the selected `tool.versioningit.format` field is not a string - Update tests for pydantic 2.0 - Update tests for Python 3.12 - Support Python 3.12
1 parent 2976aea commit b088135

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-
v2.3.0 (in development)
2-
-----------------------
1+
v2.2.1 (2023-09-22)
2+
-------------------
33
- Raise a `ConfigError` if the selected `tool.versioningit.format` field is not
44
a string
55
- Update tests for pydantic 2.0

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-
v2.3.0 (in development)
7-
-----------------------
6+
v2.2.1 (2023-09-22)
7+
-------------------
88
- Raise a `ConfigError` if the selected ``tool.versioningit.format`` field is
99
not a string
1010
- Update tests for pydantic 2.0

src/versioningit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<https://versioningit.rtfd.io> for more information.
3939
"""
4040

41-
__version__ = "2.3.0.dev1"
41+
__version__ = "2.2.1"
4242
__author__ = "John Thorvald Wodder II"
4343
__author_email__ = "[email protected]"
4444
__license__ = "MIT"

0 commit comments

Comments
 (0)