Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.52.0
Browse files Browse the repository at this point in the history
# [14.52.0](v14.51.0...v14.52.0) (2023-10-11)

### Bug Fixes

* add rate limiting and type hints for `add_feedback` ([9049a4f](9049a4f))
* allow larger URLs in Integration Request ([844fd76](844fd76))
* Apply address all perm only if owner ([de7f13f](de7f13f))
* avoid double translation ([fda329f](fda329f))
* changed table style to match grid style ([7e77bea](7e77bea))
* conditional webform with list view enabled ([45be3d3](45be3d3))
* Escape filename in sidebar ([8a9728c](8a9728c))
* Fix breakpoints CSS variables using map-get ([2fadf43](2fadf43))
* Give All role permission to read/create own address and contact ([#22642](#22642)) ([e4a7577](e4a7577))
* improved validation for address and contact ([ef5709a](ef5709a))
* keyerror on reports with subtotal ([6562139](6562139))
* no perm if doc doesn't exist ([d283b55](d283b55))
* strip html and show text ([#22656](#22656)) ([#22677](#22677)) ([55c0602](55c0602))
* **UX:** Bring responsive multi-column design to module and role editors ([3bcf15d](3bcf15d))
* **UX:** Responsive, column-major design for multicheck elements. ([5fc944a](5fc944a))

### Features

* bulk update fields select sorted by translated labels ([#22318](#22318)) ([65122b4](65122b4))
  • Loading branch information
frappe-bot committed Oct 11, 2023
1 parent 3f3f9db commit 330f8c4
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 @@ -44,7 +44,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "14.51.0"
__version__ = "14.52.0"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit 330f8c4

Please sign in to comment.