Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.58.13
Browse files Browse the repository at this point in the history
## [13.58.13](v13.58.12...v13.58.13) (2023-10-17)

### Bug Fixes

* Apply address all perm only if owner ([f6105df](f6105df))
* avoid double translation (backport [#22578](#22578)) ([2c267ea](2c267ea))
* improved validation for address and contact (backport [#22574](#22574)) ([45c5756](45c5756))
* strip html and show text ([#22656](#22656)) ([#22676](#22676)) ([d371d59](d371d59))
* validation permission on `tag` creation ([#22753](#22753)) ([#22754](#22754)) ([6247aa0](6247aa0))
  • Loading branch information
frappe-bot committed Oct 17, 2023
1 parent 31f4e3e commit 351831d
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.12"
__version__ = "13.58.13"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit 351831d

Please sign in to comment.