From 9d5e4b3b3aa05ccb74462e5392755e017c75c063 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 9 May 2024 05:30:06 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.69.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [14.69.1](https://github.com/frappe/erpnext/compare/v14.69.0...v14.69.1) (2024-05-09) ### Bug Fixes * added brand column in Warehouse wise Item Balance Age and Value … (backport [#41280](https://github.com/frappe/erpnext/issues/41280)) ([#41281](https://github.com/frappe/erpnext/issues/41281)) ([d727c52](https://github.com/frappe/erpnext/commit/d727c52421c8a6da97f9688abe1cece3e330a441)) * Cost center not getting saved in PSOA ([e82ea12](https://github.com/frappe/erpnext/commit/e82ea12cbc19f52491b4fdc3922abd829ab07f40)) * filter validation for batch-wise balance history report (backport [#41356](https://github.com/frappe/erpnext/issues/41356)) ([#41360](https://github.com/frappe/erpnext/issues/41360)) ([339256b](https://github.com/frappe/erpnext/commit/339256bc71edae761d11faf771d75db987446de5)) * incorrect query for Purchase Invoice rate in GP ([93b30d9](https://github.com/frappe/erpnext/commit/93b30d9f1176ee4bf45906c73ea2cb266621dc65)) * missing Item Name on Save for Quotation created from Item (backport [#41233](https://github.com/frappe/erpnext/issues/41233)) ([#41303](https://github.com/frappe/erpnext/issues/41303)) ([a26ae64](https://github.com/frappe/erpnext/commit/a26ae64385d65e1c20151c30cae2c6fd66a8699a)) * pricing rule rounding ([d2ce927](https://github.com/frappe/erpnext/commit/d2ce9278915f86fa4f553de3ff6de1163f09b8c3)) * reset rate for serial batch supplied items ([#41293](https://github.com/frappe/erpnext/issues/41293)) ([cd33199](https://github.com/frappe/erpnext/commit/cd33199da29b252a1fe54b5465fa19bf539cba78)) ### Performance Improvements * index on item code for the Pick List Item doctype (backport [#41357](https://github.com/frappe/erpnext/issues/41357)) ([#41362](https://github.com/frappe/erpnext/issues/41362)) ([4647ec8](https://github.com/frappe/erpnext/commit/4647ec88929a29303aa3933165a54e555fc8043b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2e7dab7a383..7d97964d791 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.69.0" +__version__ = "14.69.1" def get_default_company(user=None):