From 2d43ba0c90566be8d6c0b7b5b7520f79f36d1340 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 3 Aug 2023 07:48:49 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.33.2 ## [14.33.2](https://github.com/frappe/erpnext/compare/v14.33.1...v14.33.2) (2023-08-03) ### Bug Fixes * serial no not able to reject for the internal transfer (backport [#36467](https://github.com/frappe/erpnext/issues/36467)) ([#36475](https://github.com/frappe/erpnext/issues/36475)) ([a09777c](https://github.com/frappe/erpnext/commit/a09777c406a8c29a2f76926123697ebacb990a5d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cf8d50b72096..7b7e2142ee68 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.33.1" +__version__ = "14.33.2" def get_default_company(user=None):