Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink committed Mar 28, 2020
1 parent be1e0a3 commit 66919dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="mkdocs-git-revision-date-localized-plugin",
version="0.4.8",
version="0.5.0",
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",
Expand Down
1 change: 1 addition & 0 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def test_material_theme_no_locale(tmp_path):
contents = index_file.read_text(encoding="utf8")
assert re.search(r"Last update\:\s[\w].+", contents)


def test_type_timeago(tmp_path):
# type: 'timeago'
testproject_path = validate_mkdocs_file(
Expand Down

0 comments on commit 66919dd

Please sign in to comment.