chore(release): Bumped to Version 13.52.12

## [13.52.12](https://github.com/frappe/erpnext/compare/v13.52.11...v13.52.12) (2023-08-22)

### Bug Fixes

* disallow mulitple SO with same PO No ([3b9ac9f](3b9ac9f46a))
* timeout error coming during reposting (backport [#36715](https://github.com/frappe/erpnext/issues/36715)) ([#36753](https://github.com/frappe/erpnext/issues/36753)) ([783bb93](783bb93913))
This commit is contained in:
Frappe PR Bot
2023-08-22 16:59:52 +00:00
parent f4fb878282
commit 9876019c69

View File

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