Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.55.1
Browse files Browse the repository at this point in the history
## [15.55.1](v15.55.0...v15.55.1) (2025-02-05)

### Bug Fixes

* **Patch:** only insert expression key if not exists ([248d339](248d339))
  • Loading branch information
frappe-bot committed Feb 5, 2025
1 parent b76f9b8 commit 2115b64
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 @@ -51,7 +51,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "15.55.0"
__version__ = "15.55.1"
__title__ = "Frappe Framework"

# This if block is never executed when running the code. It is only used for
Expand Down

0 comments on commit 2115b64

Please # to comment.