Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.32.1
Browse files Browse the repository at this point in the history
## [14.32.1](v14.32.0...v14.32.1) (2023-04-12)

### Bug Fixes

* update property if field exist ([a2f637b](a2f637b))
  • Loading branch information
frappe-bot committed Apr 12, 2023
1 parent 6c6f4c7 commit b181db1
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 @@ -42,7 +42,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "14.32.0"
__version__ = "14.32.1"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit b181db1

Please sign in to comment.