From d4519e5d3dc789e49093514edfc57c663ecd5ef1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 8 Aug 2025 09:20:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.74.0 # [15.74.0](https://github.com/frappe/erpnext/compare/v15.73.2...v15.74.0) (2025-08-08) ### Bug Fixes * add condition to fetch active accounts ([0d47eb1](https://github.com/frappe/erpnext/commit/0d47eb1fa070dd8bffe880cbf3c9bead9cd3d21c)) * added a flag on journal entry to ignore party account type validation if required ([8a3fdb4](https://github.com/frappe/erpnext/commit/8a3fdb4ec2d98e8f110663d410e8d2e567eaf124)) * dont validate account type in for employee party type ([d3dde83](https://github.com/frappe/erpnext/commit/d3dde833f717e73daf4606b418e12974f3270274)) * nonetype error on applying presentation_currency filter on financial statements and trial balance report ([24ca7bb](https://github.com/frappe/erpnext/commit/24ca7bb64ff6bfb3d9c107f7e8b38794fbd0a0e5)) * **purchase invoice:** filter only enabled account ([b060cdb](https://github.com/frappe/erpnext/commit/b060cdb4f56b80fb09adba670ee93defbd682562)) * stock reservation Delivered Qty against the batch ([849f646](https://github.com/frappe/erpnext/commit/849f646bd28dc1ebbb288132914fb96f1303e1f0)) * timeout while submitting purchase receipt ([e693ab7](https://github.com/frappe/erpnext/commit/e693ab76fac16d8890fdcaac61bb5fccac6f7129)) * zero valuation rate for the batch ([90a0873](https://github.com/frappe/erpnext/commit/90a08730448d165ba6a8f89ae5aacb686781f755)) ### Features * added chart of accounts and tax template for australian localisation ([#48208](https://github.com/frappe/erpnext/issues/48208)) ([36cb5b6](https://github.com/frappe/erpnext/commit/36cb5b65891666c231867e0b027828f5bfbe6ec4)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index acc98d5cdc8..4e3bf7dbffb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.73.2" +__version__ = "15.74.0" def get_default_company(user=None):