We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1e0a3 commit 66919ddCopy full SHA for 66919dd
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="mkdocs-git-revision-date-localized-plugin",
8
- version="0.4.8",
+ version="0.5.0",
9
description="Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
tests/test_basic.py
@@ -304,6 +304,7 @@ def test_material_theme_no_locale(tmp_path):
304
contents = index_file.read_text(encoding="utf8")
305
assert re.search(r"Last update\:\s[\w].+", contents)
306
307
+
308
def test_type_timeago(tmp_path):
309
# type: 'timeago'
310
testproject_path = validate_mkdocs_file(
0 commit comments