From ea634ec23021ec05c462ea7c9cba766ad741cd11 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 7 Nov 2024 12:44:44 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.75.1 ## [14.75.1](https://github.com/frappe/erpnext/compare/v14.75.0...v14.75.1) (2024-11-07) ### Bug Fixes * ensure list has items ([5c8af85](https://github.com/frappe/erpnext/commit/5c8af850864cd78dd3f844f122c42b04f4209c0d)) * error when saving POS merge log ([#43989](https://github.com/frappe/erpnext/issues/43989)) ([657bd37](https://github.com/frappe/erpnext/commit/657bd3712b7ed7cc4c735a612fcdcba61a06c321)) * removed single quotes from deferred revenue ([#43985](https://github.com/frappe/erpnext/issues/43985)) ([aee8a23](https://github.com/frappe/erpnext/commit/aee8a23626df78b6d823c3ac8b983af98390c96d)) * serial no ledger report ([#44006](https://github.com/frappe/erpnext/issues/44006)) ([9838eaa](https://github.com/frappe/erpnext/commit/9838eaa3321da07d8576f48429d5e7349389f5ce)) * task showing limit in customer portal (backport [#44003](https://github.com/frappe/erpnext/issues/44003)) ([#44004](https://github.com/frappe/erpnext/issues/44004)) ([bc9f0f8](https://github.com/frappe/erpnext/commit/bc9f0f8368173e7d8c1c31e9bc2c11a68b10f7ee)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 97cf53fdc91..dc45615c775 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.75.0" +__version__ = "14.75.1" def get_default_company(user=None):