Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.58.18
Browse files Browse the repository at this point in the history
## [13.58.18](v13.58.17...v13.58.18) (2023-11-15)

### Bug Fixes

* ignore case of filetype ([#23151](#23151)) ([4a393e0](4a393e0))
  • Loading branch information
frappe-bot committed Nov 15, 2023
1 parent f1fa30d commit 5bc0353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/__init__.py
Expand Up @@ -41,7 +41,7 @@
# Lazy imports
faker = lazy_import("faker")

__version__ = "13.58.17"
__version__ = "13.58.18"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit 5bc0353

Please sign in to comment.