Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.58.4
Browse files Browse the repository at this point in the history
## [13.58.4](v13.58.3...v13.58.4) (2023-08-01)

### Bug Fixes

* fallback to unscrubbed table fieldname if label not found ([#21826](#21826)) ([a8091bb](a8091bb))
* removed the output field from the console log ([#21600](#21600)) ([#21854](#21854)) ([1995035](1995035))

### Performance Improvements

* dont reload doc when already saving ([#21869](#21869)) ([#21876](#21876)) ([706892d](706892d))
  • Loading branch information
frappe-bot committed Aug 1, 2023
1 parent 2648908 commit 3907cbb
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.3"
__version__ = "13.58.4"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit 3907cbb

Please sign in to comment.