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 4915cd9 commit c3295f6Copy full SHA for c3295f6
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.1"
+__version__ = "1.5.0"
44
__version_info__ = tuple(
45
[
46
int(num) if num.isdigit() else num
0 commit comments