Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.58.11
Browse files Browse the repository at this point in the history
## [13.58.11](v13.58.10...v13.58.11) (2023-09-06)

### Bug Fixes

* dont return `frappe.flags.enqueue_after_commit` ([#22324](#22324)) ([ad0fffc](ad0fffc))
* sanitize user inputs (backport [#22292](#22292)) ([#22293](#22293)) ([9651f82](9651f82))
* The Geolocation Map Field in RTL languages in System (backport [#22248](#22248)) ([#22251](#22251)) ([a5fee5f](a5fee5f))
  • Loading branch information
frappe-bot committed Sep 6, 2023
1 parent bfbcf8a commit ddf1136
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.10"
__version__ = "13.58.11"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit ddf1136

Please sign in to comment.