From 0281afceaddcf8969f2de057aff0bd997d161067 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 1 Aug 2023 18:04:50 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.52.8 ## [13.52.8](https://github.com/frappe/erpnext/compare/v13.52.7...v13.52.8) (2023-08-01) ### Bug Fixes * added validation for unique serial numbers in pos invoice ([#36302](https://github.com/frappe/erpnext/issues/36302)) ([a165b37](https://github.com/frappe/erpnext/commit/a165b37fd73f6b68f17c19f7e537e08ba035bb2f)) * only publish repost progress to doc subscriber (backport [#36400](https://github.com/frappe/erpnext/issues/36400)) ([#36403](https://github.com/frappe/erpnext/issues/36403)) ([e9df064](https://github.com/frappe/erpnext/commit/e9df06406f63824ceb101d59641254484bf1a84c)) * removed "fetch_from" (backport [#36365](https://github.com/frappe/erpnext/issues/36365)) ([#36387](https://github.com/frappe/erpnext/issues/36387)) ([c574494](https://github.com/frappe/erpnext/commit/c574494ddd0d78f0ccddc38d38996a11001a19a0)) ### Performance Improvements * use `LEFT JOIN` instead of `NOT EXISTS` (backport [#36221](https://github.com/frappe/erpnext/issues/36221)) ([#36384](https://github.com/frappe/erpnext/issues/36384)) ([cdc86bd](https://github.com/frappe/erpnext/commit/cdc86bd76c5e3f3db8cae9c6abcb5ad2522cb4f9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 67a90aeb0041..8ad90760818c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ from erpnext.hooks import regional_overrides -__version__ = "13.52.7" +__version__ = "13.52.8" def get_default_company(user=None):