From 5ae9ec2657e4202255629e6840857ec4a9677e45 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 19 Jun 2024 06:25:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.7 ## [14.70.7](https://github.com/frappe/erpnext/compare/v14.70.6...v14.70.7) (2024-06-19) ### Bug Fixes * add LCV flag to determine negative expenses ([20b8ee1](https://github.com/frappe/erpnext/commit/20b8ee1e904e7bffecf68bdbebec9638610da11d)) * allow Auditor to read a Fiscal Year ([b1a911a](https://github.com/frappe/erpnext/commit/b1a911aa9ce2e339aa7b8054c4fd6eb6e4b24e4e)) * allow Auditor to select a company ([18b6d50](https://github.com/frappe/erpnext/commit/18b6d50a31207f1b7e089fe621f48214b4792b11)) * allow Employee role to select Department (backport [#41877](https://github.com/frappe/erpnext/issues/41877)) ([#41880](https://github.com/frappe/erpnext/issues/41880)) ([245c6d8](https://github.com/frappe/erpnext/commit/245c6d86720cc56c7068dc36634d981ab263f13a)) * migrate lead notes ([8f5278e](https://github.com/frappe/erpnext/commit/8f5278e3d47347c82c6102c7bbd2afa2130e0461)) * only show user and date if available ([598c581](https://github.com/frappe/erpnext/commit/598c581623f509abe0ca7aa4bb6126a8dec457fe)) * parameters for PI references ([d484553](https://github.com/frappe/erpnext/commit/d48455393eef57570c5804012ee58d8604683982)) * regional overide for updating item valution ([6441bc7](https://github.com/frappe/erpnext/commit/6441bc78629d29d033b4038428b19a0a1b4dbf33)) * reposting validation related PCV ([bcfc83d](https://github.com/frappe/erpnext/commit/bcfc83d8d5ea45d9e01f75fb21ea05e4500289d6)) * reset perpetual inventory flag after test ([eae5f27](https://github.com/frappe/erpnext/commit/eae5f27ec814f143c1d19a37bc5773a7b0d7a7df)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5526465bd71..7dcc3117a09 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.6" +__version__ = "14.70.7" def get_default_company(user=None):