diff --git a/CHANGELOG.md b/CHANGELOG.md index 884fc75..09164c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/changelog.rst b/docs/changelog.rst index e12c2c1..4cc4564 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/src/versioningit/__init__.py b/src/versioningit/__init__.py index 238ff22..eef4a37 100644 --- a/src/versioningit/__init__.py +++ b/src/versioningit/__init__.py @@ -38,7 +38,7 @@ for more information. """ -__version__ = "2.3.0.dev1" +__version__ = "2.2.1" __author__ = "John Thorvald Wodder II" __author_email__ = "versioningit@varonathe.org" __license__ = "MIT"