We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b96b3 commit ca169faCopy full SHA for ca169fa
CHANGES.md
@@ -1,7 +1,8 @@
1
-1.0.2 (unreleased)
+1.0.2 (2021-04-23)
2
------------------
3
4
-- ...
+- Use relative paths for redirects: https://github.com/datarobot/mkdocs-redirects/pull/19
5
+- Fix for python 2/3 compatibility.
6
7
1.0.1 (2020-05-31)
8
setup.py
@@ -16,7 +16,7 @@ def read(fname):
16
17
setup(
18
name='mkdocs-redirects',
19
- version='1.0.1',
+ version='1.0.2',
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