Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.29.0
Browse files Browse the repository at this point in the history
# [15.29.0](v15.28.0...v15.29.0) (2024-05-28)

### Bug Fixes

* Appropriate variable name, avoid redefining parameter ([a75c031](a75c031))
* child table field wildcard in API ([#26543](#26543)) ([#26560](#26560)) ([20ac585](20ac585))
* Drop file_manager.download_file ([#26575](#26575)) ([#26577](#26577)) ([6ace16b](6ace16b))
* ignore apps without pyproject ([#26498](#26498)) ([#26503](#26503)) ([6c3c798](6c3c798))
* reload before saving on reconnect ([#26534](#26534)) ([#26537](#26537)) ([22e278f](22e278f))
* Use true stderr for dumping trace ([#26524](#26524)) ([#26527](#26527)) ([e7e55db](e7e55db))

### Features

* Add `on_add_row` event for grid in Dialog ([e592b87](e592b87))
* ignore `tar: file changed as we read it` during backups (backport [#26462](#26462)) ([#26495](#26495)) ([30f767e](30f767e))
* Option to make webform embeddable ([f08fff5](f08fff5))

### Performance Improvements

* Avoid coalesce for `between` filters ([#26531](#26531)) ([#26532](#26532)) ([8263898](8263898))
  • Loading branch information
frappe-bot committed May 28, 2024
1 parent b0f6ab9 commit 886dfd0
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.28.0"
__version__ = "15.29.0"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit 886dfd0

Please sign in to comment.