Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.58.6
Browse files Browse the repository at this point in the history
## [13.58.6](v13.58.5...v13.58.6) (2023-08-15)

### Bug Fixes

* block format attributes ([#22028](#22028)) ([#22029](#22029)) ([d146982](d146982))
* check permission on autorepeat ([7dd6b6d](7dd6b6d))
* fair-er scheduling for multitenant deploys ([#22022](#22022)) ([#22023](#22023)) ([dc363bb](dc363bb))
* ignore_user_type can be applied by System User ([#21990](#21990)) ([#22036](#22036)) ([21bc796](21bc796))
  • Loading branch information
frappe-bot committed Aug 15, 2023
1 parent 5237cc8 commit 441c7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Lazy imports
faker = lazy_import("faker")

__version__ = "13.58.5"
__version__ = "13.58.6"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit 441c7ab

Please sign in to comment.