From 64dee9579ec28f22b5da56c8a10c5675f15e7a5c Mon Sep 17 00:00:00 2001 From: Olivier Jacques Date: Sun, 7 Jan 2024 10:47:53 +0100 Subject: [PATCH] Prepare new release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31525f4..5d68f5a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="mkdocs-git-committers-plugin-2", - version="2.2.2", + version="2.2.3", description="An MkDocs plugin to create a list of contributors on the page. The git-committers plugin will seed the template context with a list of GitHub or GitLab committers and other useful GIT info such as last modified date", long_description=long_description, long_description_content_type="text/markdown",