From 41e8c8af07e8a34f1abebc66088d803b185eec09 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Mon, 29 Apr 2024 07:19:00 -0400 Subject: [PATCH] =?UTF-8?q?v3.1.1=20=E2=80=94=20Fix=20a=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Correctly mark a certain test as requiring Mercurial --- CHANGELOG.md | 4 ++-- docs/changelog.rst | 4 ++-- src/versioningit/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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"