From 128ea0d7fcb6f55f21d3888f17c1de137bf0e468 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 18 Jul 2023 12:21:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.52.6 ## [13.52.6](https://github.com/frappe/erpnext/compare/v13.52.5...v13.52.6) (2023-07-18) ### Bug Fixes * allow manual asset receipt mov from nowhere (backport [#36093](https://github.com/frappe/erpnext/issues/36093)) ([#36095](https://github.com/frappe/erpnext/issues/36095)) ([2993eb5](https://github.com/frappe/erpnext/commit/2993eb5ce9c666074d259ed03d5455d9c466e0e8)) * HSN code not showing up in GST itemised register reports ([#36142](https://github.com/frappe/erpnext/issues/36142)) ([1d3917b](https://github.com/frappe/erpnext/commit/1d3917b3359a138d5b3441fbfe162d5c0fdcc175)) * improve "Update Items" modal ([#36105](https://github.com/frappe/erpnext/issues/36105)) ([3bc899f](https://github.com/frappe/erpnext/commit/3bc899f354ced45c58178b69ed248bdd5cae3468)) ### Performance Improvements * index in `Item` and `Item Variant Attribute` (backport [#36133](https://github.com/frappe/erpnext/issues/36133)) ([#36145](https://github.com/frappe/erpnext/issues/36145)) ([120de24](https://github.com/frappe/erpnext/commit/120de249dddfde606ea5da58bc20e7a291e37e2e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c992ed076f7..e3b2ff93f0f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.52.5" +__version__ = "13.52.6" def get_default_company(user=None):