Skip to content

Commit 780268d

Browse files
committed
merge
1 parent 1289268 commit 780268d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
# mkdocs-git-authors-plugin
1010

11-
[MkDocs](https://www.mkdocs.org/) plugin to display git authors of a markdown page:
11+
Lightweight [MkDocs](https://www.mkdocs.org/) plugin to display git authors of a markdown page:
1212

1313
> Authors: Jane Doe, John Doe
1414
1515
The plugin only considers authors of the current lines in the page ('surviving code' using `git blame`).
1616

1717
Other MkDocs plugins that use information from git:
1818

19-
- [mkdocs-git-committers-plugin](https://github.com/byrnereese/mkdocs-git-committers-plugin) for displaying authors' github user profiles
2019
- [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) for displaying the last revision date
20+
- [mkdocs-git-committers-plugin](https://github.com/byrnereese/mkdocs-git-committers-plugin) for displaying authors' github user profiles
2121

2222
## Setup
2323

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.2.0",
8+
version="0.3.0",
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)