Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.54.0
Browse files Browse the repository at this point in the history
# [13.54.0](v13.53.2...v13.54.0) (2023-04-18)

### Bug Fixes

* allow filter values to be saved in custom report ([2499aba](2499aba))
* allow workflow action master rename ([afc05c4](afc05c4))
* bulk update (backport [#20522](#20522)) ([8e51fb0](8e51fb0))
* clear all filters when in list view (backport [#20342](#20342)) ([#20747](#20747)) ([8fa1580](8fa1580))
* filter with capitalized operator was getting bypassed (backport [#20682](#20682)) ([#20683](#20683)) ([12cd78d](12cd78d))
* group buttons are overlapping (backport [#20671](#20671)) ([#20688](#20688)) ([b0183ed](b0183ed))
* Initialize "r" to avoid UnboundLocalError ([#19630](#19630)) ([#20758](#20758)) ([c852197](c852197))
* prioritize modal over freeze in grid-form ([ed85ea2](ed85ea2))
* remove guest permission from language (backport [#20677](#20677)) ([#20690](#20690)) ([2553a7e](2553a7e))
* Remove unnecessary code to avoid timestamp conflict ([410d976](410d976))
* stale `frappe.local` (backport [#20695](#20695)) ([#20700](#20700)) ([bfd9dd0](bfd9dd0))
* update property if field exist ([8171c65](8171c65))

### Features

* custom info in frappe monitor (backport [#18214](#18214)) ([#20686](#20686)) ([87d52f5](87d52f5)), closes [#18259](#18259)
  • Loading branch information
frappe-bot committed Apr 18, 2023
1 parent 213ab94 commit 7ff1e5c
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 @@ -40,7 +40,7 @@
# Lazy imports
faker = lazy_import("faker")

__version__ = "13.53.2"
__version__ = "13.54.0"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit 7ff1e5c

Please sign in to comment.