Skip to content

Commit

Permalink
release: bump version to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jun 23, 2024
1 parent 980c498 commit a94256f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->

## 1.13.3 - 2024-06-23

### Bugs fixes 🐛

* hotfix: bad default_time value type introduced in #300 by @Guts in <https:/Guts/mkdocs-rss-plugin/pull/302>

## 1.13.2 - 2024-06-23

### Features and enhancements 🎉
Expand Down
2 changes: 1 addition & 1 deletion mkdocs_rss_plugin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
__title_clean__ = "".join(e for e in __title__ if e.isalnum())
__uri__ = "https:/Guts/mkdocs-rss-plugin/"

__version__ = "1.13.2"
__version__ = "1.13.3"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit a94256f

Please sign in to comment.