Skip to content

Commit 9195930

Browse files
committed
bumps to version 1.0.1, adds changelog and release to PyPI
1 parent 0feec02 commit 9195930

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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

99
setup(
1010
name='mkdocs-redirects',
11-
version='1.0.0',
11+
version='1.0.1',
1212
description='A MkDocs plugin for dynamic page redirects to prevent broken links.',
1313
long_description=read('README.md'),
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)