From 5eb5bf7102dd5cb78f4e2ab36c47e58a187ec285 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 3 May 2023 04:22:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.23.1 ## [14.23.1](https://github.com/frappe/erpnext/compare/v14.23.0...v14.23.1) (2023-05-03) ### Bug Fixes * conflicts ([3ba2b9e](https://github.com/frappe/erpnext/commit/3ba2b9ed2e17860c1346284c4a9cd64a6ee9caf9)) * don't allow to make reposting for the closed period ([cca2fce](https://github.com/frappe/erpnext/commit/cca2fcec54bfbd730565858a1c5c8e96219a884f)) * don't create material request from sales order against the delivered items ([a5489ee](https://github.com/frappe/erpnext/commit/a5489ee2ac915aeba3afa1d070ff9495bf0db603)) * handle expected_value_after_useful_life properly in asset value adjustment ([#35117](https://github.com/frappe/erpnext/issues/35117)) ([80230fe](https://github.com/frappe/erpnext/commit/80230fec3ef079b75825447a61836f8a9ce64f57)) * handle finance book properly in trial balance and general ledger [v14] ([#35136](https://github.com/frappe/erpnext/issues/35136)) ([344c339](https://github.com/frappe/erpnext/commit/344c33948400ad51ed769309ed52c7cf1c72e937)) * Hyperlink in Quality Inspection Summary ([e4ce6fa](https://github.com/frappe/erpnext/commit/e4ce6fa195a68c6f0b18fb1f5b928d48574161ec)) * incorrect paid_amount and exchange rate in PE ([f50b4d8](https://github.com/frappe/erpnext/commit/f50b4d80f182ae94be5025a580c08633419e5238)) * linter issue ([78c34d7](https://github.com/frappe/erpnext/commit/78c34d71e2d50ea4f845dd5717fb50f011cf12fe)) * linter issue ([453249d](https://github.com/frappe/erpnext/commit/453249d868f82b015c7f963b3cf3da15ec099b2c)) * Naming series error in Journal Entry template ([#35084](https://github.com/frappe/erpnext/issues/35084)) ([7021e3a](https://github.com/frappe/erpnext/commit/7021e3adb17aa6b386a98216550de66447a38aa0)) * not able to create delivery note from sales order ([28dfc13](https://github.com/frappe/erpnext/commit/28dfc13dc6a676fab9f0544d83c282a043a1264a)) * Report link, option, and added a link for Sales Person in GP ([fc611cf](https://github.com/frappe/erpnext/commit/fc611cf86bbc98e9cb654c599a2208ad84434949)) * test case ([35ec125](https://github.com/frappe/erpnext/commit/35ec125b3492743dea76f7e4aba602267003fbd8)) * test case ([6597c74](https://github.com/frappe/erpnext/commit/6597c74d6cad1f7200f1fcb111350f31495ac619)) * test case ([d844a2b](https://github.com/frappe/erpnext/commit/d844a2b990c2561157332c7181b2ec74e3b8986c)) * timeout error while submitting delivery note ([e33fb3b](https://github.com/frappe/erpnext/commit/e33fb3b2429e18c88483cfd7ab13d83b32f987d1)) * Updates in process statement of Accounts ([#35064](https://github.com/frappe/erpnext/issues/35064)) ([bef9dd7](https://github.com/frappe/erpnext/commit/bef9dd79e7e1ec92a3e393f4f24a340da7c83d8a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cde0d02eb2c..4261cbaaa86 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.23.0" +__version__ = "14.23.1" def get_default_company(user=None):