We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0feec02 commit 9195930Copy full SHA for 9195930
CHANGES.md
@@ -0,0 +1,11 @@
1
+1.0.2 (unreleased)
2
+------------------
3
+
4
+- ...
5
6
+1.0.1 (2020-05-31)
7
8
9
+- Fixes path separator for Windows.
10
+- Use site_url as root for redirect paths.
11
+- Make redirects more SEO friendly (set canonical rel link, noindex for robots)
setup.py
@@ -8,7 +8,7 @@ def read(fname):
setup(
name='mkdocs-redirects',
- version='1.0.0',
+ version='1.0.1',
12
description='A MkDocs plugin for dynamic page redirects to prevent broken links.',
13
long_description=read('README.md'),
14
long_description_content_type="text/markdown",
0 commit comments