Skip to content

Commit 97389aa

Browse files
committed
chore: release v1.0.0
1 parent 930f97e commit 97389aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_reredirects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The extension for Sphinx documentation projects that handle redirects for moved pages. It generates HTML pages with meta refresh redirects to the new page location to prevent 404 errors if you rename or move your documents."""
22

3-
__version__ = "1.0.0rc1"
3+
__version__ = "1.0.0"
44

55
import re
66
from fnmatch import fnmatch

0 commit comments

Comments
 (0)