Skip to content

Commit bee54c4

Browse files
committed
bump version to 0.3.1
1 parent 35fbf99 commit bee54c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mkdocs_git_authors_plugin/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def on_page_context(self, context, page, config, nav, **kwargs):
168168
path = page.file.abs_src_path
169169
page_obj = self.repo().page(path)
170170
authors = page_obj.get_authors()
171-
171+
172172
page_authors = util.page_authors_summary(page_obj, self.config)
173173
site_authors = util.site_authors_summary(self.repo().get_authors(), self.config)
174174

@@ -186,7 +186,7 @@ def on_page_context(self, context, page, config, nav, **kwargs):
186186
# Make available the same markdown tags in jinja context
187187
context["git_page_authors"] = page_authors
188188
context["git_site_authors"] = site_authors
189-
189+
190190
# For backward compatibility, deprecate in 1.2
191191
context["git_authors"] = util.page_authors(authors, path)
192192
context["git_authors_summary"] = page_authors

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-authors-plugin",
8-
version="0.3.0",
8+
version="0.3.1",
99
description="Mkdocs plugin to display git authors of a page",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)