Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.76.0
Browse files Browse the repository at this point in the history
# [14.76.0](v14.75.0...v14.76.0) (2024-05-28)

### Bug Fixes

* Appropriate variable name, avoid redefining parameter ([83cf2df](83cf2df))
* reload before saving on reconnect ([#26534](#26534)) ([#26536](#26536)) ([b2d17c1](b2d17c1))
* Use true stderr for dumping trace ([#26524](#26524)) ([#26526](#26526)) ([30676fb](30676fb))

### Features

* Add `on_add_row` event for grid in Dialog ([8db7fcd](8db7fcd))

### Performance Improvements

* Avoid coalesce for `between` filters ([#26531](#26531)) ([#26533](#26533)) ([446780c](446780c))
  • Loading branch information
frappe-bot committed May 28, 2024
1 parent 9026d5d commit 06c502f
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 @@ -47,7 +47,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "14.75.0"
__version__ = "14.76.0"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit 06c502f

Please sign in to comment.