From 710771edf41b897d77f4235b0ec09f4dbfcd3b10 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 6 Nov 2024 05:11:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.75.0 # [14.75.0](https://github.com/frappe/erpnext/compare/v14.74.8...v14.75.0) (2024-11-06) ### Bug Fixes * SO link on PO and add in missing dashboard references on both ([4f8a8a5](https://github.com/frappe/erpnext/commit/4f8a8a5e9901e3a3b8f24d195f1354e833648e3e)) ### Features * remove Payroll Entry from Bank Account dashboard (backport [#43931](https://github.com/frappe/erpnext/issues/43931)) ([#43932](https://github.com/frappe/erpnext/issues/43932)) ([42c2b84](https://github.com/frappe/erpnext/commit/42c2b84b289a6586f4977d9d35eaa2282e83b59a)) ### Performance Improvements * too many writes error during reposting (backport [#43978](https://github.com/frappe/erpnext/issues/43978)) ([#43982](https://github.com/frappe/erpnext/issues/43982)) ([57d35ec](https://github.com/frappe/erpnext/commit/57d35ec20e1cba9795ccb4a0849cc83a61bdfd83)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f7b35ec898d..97cf53fdc91 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.74.8" +__version__ = "14.75.0" def get_default_company(user=None):