From f2909e9784ec677b0ea116cb9cb2acc60db30da8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 10 Jun 2024 04:54:40 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.27.2 ## [15.27.2](https://github.com/frappe/erpnext/compare/v15.27.1...v15.27.2) (2024-06-10) ### Bug Fixes * Add additional condition application ([45c16f6](https://github.com/frappe/erpnext/commit/45c16f615c6c94c69f4c633cc4a5faef333e1b2c)) * fixing Item-wise sales register ([9a629f8](https://github.com/frappe/erpnext/commit/9a629f860c6acd0d51aaf39e9fc0cfe1c0f27d98)) * fixing Item-wise sales register [#41373](https://github.com/frappe/erpnext/issues/41373) ([d75d64e](https://github.com/frappe/erpnext/commit/d75d64eb258c3d398e721cea9d7fc5e6725694e4)) * fixing Item-wise sales register and purchase register [#41373](https://github.com/frappe/erpnext/issues/41373) ([50ef81a](https://github.com/frappe/erpnext/commit/50ef81a997425d35208c25ccfa0137c2f9be34ec)) * Item-wise Sales and Purchase register with no item codes [#41373](https://github.com/frappe/erpnext/issues/41373) ([3e0123b](https://github.com/frappe/erpnext/commit/3e0123ba7bf54bd94fd7693ed33b8e94a7625be8)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 22be77c9b4a..f758814da21 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.27.1" +__version__ = "15.27.2" def get_default_company(user=None):