From 5ae29655f9e9799c2e9f4a57877db1481823630c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 2 May 2024 04:31:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.69.0 # [14.69.0](https://github.com/frappe/erpnext/compare/v14.68.2...v14.69.0) (2024-05-02) ### Bug Fixes * 'NoneType' object has no attribute '_read_rowdata_packet_unbuffered' ([949aa93](https://github.com/frappe/erpnext/commit/949aa9346c4d28b13dc43a2c31b573572fdddfea)) * args when get the delivery note in delivery trip ([abe64aa](https://github.com/frappe/erpnext/commit/abe64aa1aba81ac4147b835b45cd8ae6f38dcd96)) * args when get the delivery note in delivery trip ([1a7b3c4](https://github.com/frappe/erpnext/commit/1a7b3c437dcd18da3425696af597528dc2e9d751)) * display term name for single term invoices ([58b68b7](https://github.com/frappe/erpnext/commit/58b68b75971ec9a2a4460bdf0ad67020ff9554f3)) * duplicate column in the stock ledger report ([3fcdcef](https://github.com/frappe/erpnext/commit/3fcdcef1786fac193cf1f6065e927bfe22d2747a)) * handle stock balance unbuffered_cursor error (backport [#41186](https://github.com/frappe/erpnext/issues/41186)) ([#41187](https://github.com/frappe/erpnext/issues/41187)) ([59010c9](https://github.com/frappe/erpnext/commit/59010c9a617a6e91b3b90b1970c18c7a226b5238)) * incorrectly applying TDS when Advance is in previous FY ([eb22fb9](https://github.com/frappe/erpnext/commit/eb22fb9326c93cd7e6d990f2fb85e05f698983df)) * mode of payment has precedance ([33d38ba](https://github.com/frappe/erpnext/commit/33d38ba3a71f00a62688d31722f3dc934f95dc6f)) * multiple pricing rules with discount amount and discount percentage not working ([#41211](https://github.com/frappe/erpnext/issues/41211)) ([54313b5](https://github.com/frappe/erpnext/commit/54313b5db902c108458392b6d389d16e9213b55a)) * negative stock qty error for stock reconciliation ([#41283](https://github.com/frappe/erpnext/issues/41283)) ([9aa054c](https://github.com/frappe/erpnext/commit/9aa054c4004731c4f1731db93d1ce016d87d7e77)) * permission issue when user permission restricts on company ([45c4167](https://github.com/frappe/erpnext/commit/45c4167c867304dc59e4790368e5d02dad089d6c)) * validation to prevent overallocation ([8318286](https://github.com/frappe/erpnext/commit/831828686587e42881ba0f9131a7c605569c1ba0)) ### Features * allow to do reposting for all stock transactions (audit) (backport [#41165](https://github.com/frappe/erpnext/issues/41165)) ([#41205](https://github.com/frappe/erpnext/issues/41205)) ([1e13193](https://github.com/frappe/erpnext/commit/1e1319351dfad56e586ebf8be58e5db7a35de82b)) ### Performance Improvements * timeout issue while submitting purchase receipt (v14) ([113351e](https://github.com/frappe/erpnext/commit/113351e8507075196cb37350bb34fa9fb5fb2484)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cca85cd53ef..2e7dab7a383 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.68.2" +__version__ = "14.69.0" def get_default_company(user=None):