From 9876019c69e56fa6c3a8a2103e36becd04ef5975 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 22 Aug 2023 16:59:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.52.12 ## [13.52.12](https://github.com/frappe/erpnext/compare/v13.52.11...v13.52.12) (2023-08-22) ### Bug Fixes * disallow mulitple SO with same PO No ([3b9ac9f](https://github.com/frappe/erpnext/commit/3b9ac9f46a1a8215ae6c463500197c3281bad002)) * timeout error coming during reposting (backport [#36715](https://github.com/frappe/erpnext/issues/36715)) ([#36753](https://github.com/frappe/erpnext/issues/36753)) ([783bb93](https://github.com/frappe/erpnext/commit/783bb93913498d5970cfbecd487dc589df10895a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 593d5d07b6a1..1df0651b7b82 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ from erpnext.hooks import regional_overrides -__version__ = "13.52.11" +__version__ = "13.52.12" def get_default_company(user=None):