Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.50.0
Browse files Browse the repository at this point in the history
# [15.50.0](frappe/frappe@v15.49.1...v15.50.0) (2024-12-10)

### Bug Fixes

* (IMAP) E-Mail Sent Folder Customization ([c13762f](frappe@c13762f))
* check at doc level when if owner role permission is checked during export from list view ([1ed45ce](frappe@1ed45ce))
* check at doc level when if owner role permission is checked during export from report view ([c7ad329](frappe@c7ad329))
* handle empty images ([frappe#28669](frappe#28669)) ([frappe#28672](frappe#28672)) ([28d3c50](frappe@28d3c50)), closes [frappe#28668](frappe#28668)
* hide insert below button in submitted document ([811183c](frappe@811183c))
* Print exception if asset linking is failed ([c2628e1](frappe@c2628e1))
* sync translations from crowdin ([frappe#28634](frappe#28634)) ([6584585](frappe@6584585))

### Features

* add select all button to select all column in child table ([a0b79a2](frappe@a0b79a2))
* bulk update docs using `case when` queries ([frappe#28483](frappe#28483)) ([cf8b2d3](frappe@cf8b2d3))
  • Loading branch information
frappe-bot committed Dec 10, 2024
1 parent e033b60 commit e6e3cc1
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.49.1"
__version__ = "15.50.0"
__title__ = "Frappe Framework"

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

0 comments on commit e6e3cc1

Please sign in to comment.