From cfbd9af100aedb8c674cfb09494ea473d22bd9b8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 17 Aug 2023 10:12:01 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.52.11 ## [13.52.11](https://github.com/frappe/erpnext/compare/v13.52.10...v13.52.11) (2023-08-17) ### Bug Fixes * disallow mulitple SO with same PO No ([bdaae81](https://github.com/frappe/erpnext/commit/bdaae811711dc9dd7b362cd357d15d45b53c6741)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f7593b2739e..593d5d07b6a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.52.10" +__version__ = "13.52.11" def get_default_company(user=None):