Skip to content

Commit 07ef897

Browse files
committed
release 1.0.3
1 parent 48e5231 commit 07ef897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.0.3 (unreleased)
1+
1.0.3 (2021-04-29)
22
------------------
33

44
- 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

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.3b0',
19+
version='1.0.3',
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)