Skip to content

Commit

Permalink
v2.2.1 — Improve an error and tests
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
jwodder committed Sep 22, 2023
1 parent 2976aea commit b088135
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v2.3.0 (in development)
-----------------------
v2.2.1 (2023-09-22)
-------------------
- Raise a `ConfigError` if the selected `tool.versioningit.format` field is not
a string
- Update tests for pydantic 2.0
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

v2.3.0 (in development)
-----------------------
v2.2.1 (2023-09-22)
-------------------
- Raise a `ConfigError` if the selected ``tool.versioningit.format`` field is
not a string
- Update tests for pydantic 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/versioningit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<https://versioningit.rtfd.io> for more information.
"""

__version__ = "2.3.0.dev1"
__version__ = "2.2.1"
__author__ = "John Thorvald Wodder II"
__author_email__ = "versioningit@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit b088135

Please sign in to comment.