From 75012c17d49856d1a18640f8119df42be8c7c709 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 2 Aug 2023 07:31:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.33.1 ## [14.33.1](https://github.com/frappe/erpnext/compare/v14.33.0...v14.33.1) (2023-08-02) ### Bug Fixes * search not working for so in the Production Plan (backport [#36459](https://github.com/frappe/erpnext/issues/36459)) ([#36460](https://github.com/frappe/erpnext/issues/36460)) ([4605bc5](https://github.com/frappe/erpnext/commit/4605bc51ae3d0217a7f06d0e908214fb0c31b168)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0ffff542012a..cf8d50b72096 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.33.0" +__version__ = "14.33.1" def get_default_company(user=None):