From bc9a63497a7b2df40564fdd3e3fd3017851a08a7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 7 Feb 2024 14:22:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.12.2 ## [15.12.2](https://github.com/frappe/erpnext/compare/v15.12.1...v15.12.2) (2024-02-07) ### Bug Fixes * remove duplicates from tax category map ([1f21607](https://github.com/frappe/erpnext/commit/1f21607e4f689dc029c22f10a16eb663d0d4bcaa)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f3202ea37d2..0f553ba9e95 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.12.1" +__version__ = "15.12.2" def get_default_company(user=None):