From 0438f70b2bbd1ae36439a356ca63c83fdfcddd67 Mon Sep 17 00:00:00 2001 From: Tim Vink Date: Fri, 31 May 2024 19:04:32 +0000 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index befe99a..118f6cc 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="mkdocs-git-revision-date-localized-plugin", - version="1.2.5", + version="1.2.6", description="Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",