From ed8217d3098ce254c4307a2ee3854c0e83a9b028 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 14 Jul 2023 12:50:49 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.30.5 ## [14.30.5](https://github.com/frappe/erpnext/compare/v14.30.4...v14.30.5) (2023-07-14) ### Bug Fixes * `TypeError` while creating WO from PP (backport [#36136](https://github.com/frappe/erpnext/issues/36136)) (backport [#36137](https://github.com/frappe/erpnext/issues/36137)) ([#36138](https://github.com/frappe/erpnext/issues/36138)) ([c3acdcf](https://github.com/frappe/erpnext/commit/c3acdcf3accbda2dc3233202f29c839d9138b106)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ac872c4482f..5950528be78 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.30.4" +__version__ = "14.30.5" def get_default_company(user=None):