We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e5231 commit 07ef897Copy full SHA for 07ef897
CHANGES.md
@@ -1,4 +1,4 @@
1
-1.0.3 (unreleased)
+1.0.3 (2021-04-29)
2
------------------
3
4
- Fix crash on redirect targets to `index.md` or `README.md` with `use_directory_urls: true`: https://github.com/datarobot/mkdocs-redirects/pull/21
setup.py
@@ -16,7 +16,7 @@ def read(fname):
16
17
setup(
18
name='mkdocs-redirects',
19
- version='1.0.3b0',
+ version='1.0.3',
20
description='A MkDocs plugin for dynamic page redirects to prevent broken links.',
21
long_description=read('README.md'),
22
long_description_content_type="text/markdown",
0 commit comments