From 83ab16b1613f2967fd22981b0601bed2cc508009 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 16 Jul 2025 15:12:00 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.70.1 ## [15.70.1](https://github.com/frappe/erpnext/compare/v15.70.0...v15.70.1) (2025-07-16) ### Bug Fixes * **period closing voucher:** closing account head debit and debit in account currency should be equal ([c554e2c](https://github.com/frappe/erpnext/commit/c554e2cce7baa306e1b22e886cb11804bb4b723d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b8742f4f510..8931c608798 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.70.0" +__version__ = "15.70.1" def get_default_company(user=None):