chore(release): Bumped to Version 13.54.9

## [13.54.9](https://github.com/frappe/erpnext/compare/v13.54.8...v13.54.9) (2023-11-01)

### Bug Fixes

* e-invoice jwt verification error (backport [#37818](https://github.com/frappe/erpnext/issues/37818)) ([#37820](https://github.com/frappe/erpnext/issues/37820)) ([428f7a6](428f7a61ef))
This commit is contained in:
Frappe PR Bot
2023-11-01 07:59:52 +00:00
parent 428f7a61ef
commit c84384aa1b

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.54.8"
__version__ = "13.54.9"
def get_default_company(user=None):