Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.30.0
Browse files Browse the repository at this point in the history
# [15.30.0](v15.29.2...v15.30.0) (2024-06-18)

### Bug Fixes

* avoid popping from empty list ([9f4cb5c](9f4cb5c))
* **desk:** Don't trigger minimized dialog action on Ctrl-S ([f88fc93](f88fc93))
* **query_report:** don't follow reference report for `prepared_report` field ([8d758cd](8d758cd))
* shorten_number ([8e818c2](8e818c2))

### Features

* set the only email address as primary ([08bee80](08bee80))
  • Loading branch information
frappe-bot committed Jun 18, 2024
1 parent 9286b14 commit d6e9cab
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 @@ -50,7 +50,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "15.29.2"
__version__ = "15.30.0"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit d6e9cab

Please sign in to comment.