diff --git a/CHANGELOG.md b/CHANGELOG.md index d994beb..d9ea9dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v3.1.1 (in development) ------------------------ +v3.1.1 (2024-04-29) +------------------- - Correctly mark a certain test as requiring Mercurial v3.1.0 (2024-03-16) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9207ffc..de39f4d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,8 +3,8 @@ Changelog ========= -v3.1.1 (in development) ------------------------ +v3.1.1 (2024-04-29) +------------------- - Correctly mark a certain test as requiring Mercurial diff --git a/src/versioningit/__init__.py b/src/versioningit/__init__.py index 5898d97..6947636 100644 --- a/src/versioningit/__init__.py +++ b/src/versioningit/__init__.py @@ -43,7 +43,7 @@ for more information. """ -__version__ = "3.1.1.dev1" +__version__ = "3.1.1" __author__ = "John Thorvald Wodder II" __author_email__ = "versioningit@varonathe.org" __license__ = "MIT"