Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.58.16
Browse files Browse the repository at this point in the history
## [13.58.16](v13.58.15...v13.58.16) (2023-10-31)

### Bug Fixes

* developer mode in website theme ([#22958](#22958)) ([#22996](#22996)) ([e68e7ee](e68e7ee))
* group by didn't work for the frappe.client.get_value ([#22969](#22969)) ([#22971](#22971)) ([3e7821b](3e7821b))
  • Loading branch information
frappe-bot committed Oct 31, 2023
1 parent 1cefb95 commit e910743
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.15"
__version__ = "13.58.16"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit e910743

Please sign in to comment.