chore(release): Bumped to Version 13.52.5

## [13.52.5](https://github.com/frappe/erpnext/compare/v13.52.4...v13.52.5) (2023-07-14)

### Bug Fixes

* HSN code not showing up in GST itemised register reports (backport [#36142](https://github.com/frappe/erpnext/issues/36142)) ([#36143](https://github.com/frappe/erpnext/issues/36143)) ([73366de](73366de12f))
This commit is contained in:
Frappe PR Bot
2023-07-14 14:49:30 +00:00
parent 73366de12f
commit cefa78b864

View File

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