From f92ea6e5d00a624486a771350a2ff0580435979e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 Mar 2023 06:48:56 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.29.2 ## [14.29.2](https://github.com/frappe/frappe/compare/v14.29.1...v14.29.2) (2023-03-28) ### Bug Fixes * pin pymysql to avoid breaking behaviour ([#20475](https://github.com/frappe/frappe/issues/20475)) ([#20476](https://github.com/frappe/frappe/issues/20476)) ([#20477](https://github.com/frappe/frappe/issues/20477)) ([26867dc](https://github.com/frappe/frappe/commit/26867dcf69ee3facfc74afc8131c35447774aba6)) --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index b70c623d02f..90013cb2f67 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -42,7 +42,7 @@ ) from .utils.lazy_loader import lazy_import -__version__ = "14.29.1" +__version__ = "14.29.2" __title__ = "Frappe Framework" controllers = {}