Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.56.7
Browse files Browse the repository at this point in the history
## [13.56.7](v13.56.6...v13.56.7) (2023-06-06)

### Bug Fixes

* correct index syncing (backport [#18262](#18262)) ([#20841](#20841)) ([6d69c05](6d69c05))
* currency formatter got incorrect format when use precision 0  (backport [#21239](#21239)) ([#21241](#21241)) ([fc48bda](fc48bda))
* Resolve conflicts ([0b91838](0b91838))
* **safe_eval:** Normalize code passed before validating the code ([7effffa](7effffa))
  • Loading branch information
frappe-bot committed Jun 6, 2023
1 parent 0c0b160 commit 39487e8
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.56.6"
__version__ = "13.56.7"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit 39487e8

Please sign in to comment.