Skip to content

Commit 66919dd

Browse files
committed
bump version to 0.5.0
1 parent be1e0a3 commit 66919dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="mkdocs-git-revision-date-localized-plugin",
8-
version="0.4.8",
8+
version="0.5.0",
99
description="Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

tests/test_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def test_material_theme_no_locale(tmp_path):
304304
contents = index_file.read_text(encoding="utf8")
305305
assert re.search(r"Last update\:\s[\w].+", contents)
306306

307+
307308
def test_type_timeago(tmp_path):
308309
# type: 'timeago'
309310
testproject_path = validate_mkdocs_file(

0 commit comments

Comments
 (0)