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 980c498 commit a94256fCopy full SHA for a94256f
CHANGELOG.md
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
18
-->
19
20
+## 1.13.3 - 2024-06-23
21
+
22
+### Bugs fixes 🐛
23
24
+* hotfix: bad default_time value type introduced in #300 by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/302>
25
26
## 1.13.2 - 2024-06-23
27
28
### Features and enhancements 🎉
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.13.2"
+__version__ = "1.13.3"
44
__version_info__ = tuple(
45
[
46
int(num) if num.isdigit() else num
0 commit comments