From b5825700223863711635aebc0c68dcd75f0a8a56 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 19 Apr 2024 08:40:13 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.20.6 ## [15.20.6](https://github.com/frappe/erpnext/compare/v15.20.5...v15.20.6) (2024-04-19) ### Bug Fixes * account and stock manager read perm ([6cc7c08](https://github.com/frappe/erpnext/commit/6cc7c08ccfdb0df1dbf3e9746aa3a354ac1736df)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b2da227ad54..735aaab654c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.20.5" +__version__ = "15.20.6" def get_default_company(user=None):