From 9607d69ada860c027e14b408c17b71f832e8c291 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 31 Oct 2023 14:46:40 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.8 ## [13.54.8](https://github.com/frappe/erpnext/compare/v13.54.7...v13.54.8) (2023-10-31) ### Bug Fixes * bump pygithub requirement to handle conflict (backport [#37800](https://github.com/frappe/erpnext/issues/37800)) ([#37808](https://github.com/frappe/erpnext/issues/37808)) ([aaba335](https://github.com/frappe/erpnext/commit/aaba335273ada2809c59a6750f96174fb7c40fd0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 901ce81a783..3dfe503ff28 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.54.7" +__version__ = "13.54.8" def get_default_company(user=None):