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](aaba335273))
This commit is contained in:
Frappe PR Bot
2023-10-31 14:46:40 +00:00
parent aaba335273
commit 9607d69ada

View File

@@ -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):