We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e662d0 commit fa1d313Copy full SHA for fa1d313
1 file changed
mkdocs_rss_plugin/__about__.py
@@ -40,7 +40,7 @@
40
__title_clean__ = "".join(e for e in __title__ if e.isalnum())
41
__uri__ = "https://github.com/Guts/mkdocs-rss-plugin/"
42
43
-__version__ = "1.4.0"
+__version__ = "1.4.1"
44
__version_info__ = tuple(
45
[
46
int(num) if num.isdigit() else num
0 commit comments