From 5336cf08faa1e471e20b3d986ad558564543f792 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 17 Nov 2023 07:43:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.2.0 # [15.2.0](https://github.com/frappe/erpnext/compare/v15.1.0...v15.2.0) (2023-11-17) ### Bug Fixes * add revaluation journal filter in Payable report ([c967468](https://github.com/frappe/erpnext/commit/c9674683d1ee97d9cbe53acd80bb04ab3e572178)) * allow regional gl in payment entry for gl preview ([#38136](https://github.com/frappe/erpnext/issues/38136)) ([20e15eb](https://github.com/frappe/erpnext/commit/20e15ebd2274c299f300d0e3d7aaf28e2c979b42)) * bom creator not able to amend / duplicate (backport [#38128](https://github.com/frappe/erpnext/issues/38128)) ([#38129](https://github.com/frappe/erpnext/issues/38129)) ([ed9cd7c](https://github.com/frappe/erpnext/commit/ed9cd7c92be709558d7534b398568dc684da9cb9)) * **dn:** regression from bulk transaction fix ([ea43862](https://github.com/frappe/erpnext/commit/ea43862fcd164f5a992f8fd69219f56e086c3589)) * GL Entries for receiving non CWIP assets using Purchase Receipt ([#38123](https://github.com/frappe/erpnext/issues/38123)) ([d512371](https://github.com/frappe/erpnext/commit/d51237195a6ab35ac29bba6dc15d4660de0932af)) * handle partial return against invoices ([ac61abb](https://github.com/frappe/erpnext/commit/ac61abb2e40e5ee09223e41c1f6fec154b290738)) * remove ESS role when not mapped to employee (backport [#37867](https://github.com/frappe/erpnext/issues/37867)) ([#38133](https://github.com/frappe/erpnext/issues/38133)) ([8276614](https://github.com/frappe/erpnext/commit/8276614c14d3143418119e8c31abe11a678c8951)) * reset dr_or_cr for every reference ([22b39ac](https://github.com/frappe/erpnext/commit/22b39ac4b4d46de38e5142ae2bba3b9ca00245df)) * test total unallocated amount in payment ([cb4bb5b](https://github.com/frappe/erpnext/commit/cb4bb5b4ee126a24492775f627849ed5d5a3ff6f)) * valuation rate for the subcontracting receipt supplied items with Serial and Batch Bundle (backport [#38094](https://github.com/frappe/erpnext/issues/38094)) ([#38097](https://github.com/frappe/erpnext/issues/38097)) ([28e6e5d](https://github.com/frappe/erpnext/commit/28e6e5d9106b78a9cba29946cd4a30b68ff2c0f2)) ### Features * virtual parent doctype ([e68d2e1](https://github.com/frappe/erpnext/commit/e68d2e138a656022cfd6e88237b4f8b23adb1efb)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8de015e3dd..1ee5918cda 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.1.0" +__version__ = "15.2.0" def get_default_company(user=None):