From 22a159aaa7585dd97a0828d45c5264efd00a25e2 Mon Sep 17 00:00:00 2001 From: Tim Vink Date: Mon, 18 Dec 2023 20:13:24 +0000 Subject: [PATCH] bump to v1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f41ee0..1e2d3c7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="mkdocs-git-revision-date-localized-plugin", - version="1.2.1", + version="1.2.2", 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",