Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.74.1
Browse files Browse the repository at this point in the history
## [14.74.1](v14.74.0...v14.74.1) (2024-05-14)

### Bug Fixes

* allow navigating to `Table MultiSelect` fields using tab ([1e5faff](1e5faff))
* **document_follow:** `following` was treated as a string not a boolean ([bdc48ad](bdc48ad))
* german translations ([#26370](#26370)) ([167e4e6](167e4e6))
* Increase folder link field size ([#26381](#26381)) ([#26383](#26383)) ([30db235](30db235))
* **integrations:** add back `response.raise_for_status()` ([dcf191c](dcf191c))
* make rename_doc work pre_model_sync ([#26419](#26419)) ([0d631ce](0d631ce))
  • Loading branch information
frappe-bot committed May 14, 2024
1 parent 26b7a20 commit 169bef7
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.74.0"
__version__ = "14.74.1"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit 169bef7

Please sign in to comment.