From 550daf21089f9a05cfe7997e6e1e470dd19ee829 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 17 Jan 2023 15:36:54 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.43.2 ## [13.43.2](https://github.com/frappe/erpnext/compare/v13.43.1...v13.43.2) (2023-01-17) ### Bug Fixes * allow to create sales order from expired quotation ([#33582](https://github.com/frappe/erpnext/issues/33582)) ([2f81f15](https://github.com/frappe/erpnext/commit/2f81f15f025bfb66278b153f6548c26e8eee7425)) * asset value in fixed asset register ([#33608](https://github.com/frappe/erpnext/issues/33608)) ([42fe63d](https://github.com/frappe/erpnext/commit/42fe63da2ce778ee0cd3831ba2f94c34747e1e06)) * better comparision of difference value between stock and account ([a450c8d](https://github.com/frappe/erpnext/commit/a450c8dce948540ee13f53338089f73f5bc7655d)) * don't check other warehouse ledgers to calculate valuation rate ([66bf107](https://github.com/frappe/erpnext/commit/66bf1071bb6de1ea07dff60e2352dfe6121ed9cc)) * handle post depr entries fail and fix asset repair link ([5f7dc8a](https://github.com/frappe/erpnext/commit/5f7dc8a5b97b7061bfd2fc42178aa0009893d75c)) * only group similar items in print format if group_same_items is checked in pick list (backport [#33627](https://github.com/frappe/erpnext/issues/33627)) ([#33631](https://github.com/frappe/erpnext/issues/33631)) ([7dcf0f0](https://github.com/frappe/erpnext/commit/7dcf0f0866c62f9b798383b6d74df046179a591b)) * Return against internal purchase invoice ([#33635](https://github.com/frappe/erpnext/issues/33635)) ([eef0f45](https://github.com/frappe/erpnext/commit/eef0f453d25f8ca0419cafd71fe4a86da947de2d)) * Sales ORder Connections on Material Request ([97488ae](https://github.com/frappe/erpnext/commit/97488aee88e1067b912a45e6e4a69a2120a58e4a)) * Updating SO throws ordered_qty not allowed to change after submission ([a46aa80](https://github.com/frappe/erpnext/commit/a46aa808be99c2606e90e5959a8b7c0984ce6766)) ### Reverts * Reverting changes done on 33495 ([#33662](https://github.com/frappe/erpnext/issues/33662)) ([0f0a2b1](https://github.com/frappe/erpnext/commit/0f0a2b100cee8b43948fe9f8c155daad8c465ae5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 88850f6f141..a95b7fb6f9c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.43.1" +__version__ = "13.43.2" def get_default_company(user=None):