Skip to content

Commit ca169fa

Browse files
committed
update changelog and prepare 1.0.2 release
1 parent 94b96b3 commit ca169fa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
1.0.2 (unreleased)
1+
1.0.2 (2021-04-23)
22
------------------
33

4-
- ...
4+
- Use relative paths for redirects: https://github.com/datarobot/mkdocs-redirects/pull/19
5+
- Fix for python 2/3 compatibility.
56

67
1.0.1 (2020-05-31)
78
------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def read(fname):
1616

1717
setup(
1818
name='mkdocs-redirects',
19-
version='1.0.1',
19+
version='1.0.2',
2020
description='A MkDocs plugin for dynamic page redirects to prevent broken links.',
2121
long_description=read('README.md'),
2222
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)