Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.53.1
Browse files Browse the repository at this point in the history
## [14.53.1](v14.53.0...v14.53.1) (2023-10-24)

### Bug Fixes

* kanban remove unnecessary get_docfield ([#22630](#22630)) ([c37c9bf](c37c9bf))
* **minor:** hide side section on new doc. ([#22629](#22629)) ([aef8322](aef8322))
* relink attachments before saving doc  ( backport [#22693](#22693) ) ([#22831](#22831)) ([1fcb7bc](1fcb7bc)), closes [/github.com//pull/22693#discussion_r1354297835](https://github.com//github.com/frappe/frappe/pull/22693/issues/discussion_r1354297835)
  • Loading branch information
frappe-bot committed Oct 24, 2023
1 parent 480e560 commit 3dbb79e
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.53.0"
__version__ = "14.53.1"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit 3dbb79e

Please sign in to comment.