From 77d019cc3bcbf9c30f9ee91778032fb43ccb3a35 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 5 Jul 2023 09:49:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.52.0 # [13.52.0](https://github.com/frappe/erpnext/compare/v13.51.7...v13.52.0) (2023-07-05) ### Bug Fixes * conflicts ([b9833db](https://github.com/frappe/erpnext/commit/b9833db7bd537f3adc44e8858ca3a150b9c61a9b)) * Expense Account filter in Sales Invoice ([#35944](https://github.com/frappe/erpnext/issues/35944)) ([b63fbe4](https://github.com/frappe/erpnext/commit/b63fbe4286c891ec1d59748d2dbbc7a1fc689508)) * Further sort purchase_order_analysis to get consistent response ([0ef0ff4](https://github.com/frappe/erpnext/commit/0ef0ff470f2dd3526797f433b5deda17cee42674)) * reposting has not changed valuation rate ([d4e680c](https://github.com/frappe/erpnext/commit/d4e680c109838280d0c58ee9c083f5dd97c9abb0)) * Update no copy for received_qty field ([#35965](https://github.com/frappe/erpnext/issues/35965)) ([10c9640](https://github.com/frappe/erpnext/commit/10c9640cbd034ba31913ea7160517d42d551a831)) ### Features * **DATEV:** against account for opening entries ([#35941](https://github.com/frappe/erpnext/issues/35941)) ([0602ddc](https://github.com/frappe/erpnext/commit/0602ddcfc882633e639c72f91e287595aef99cc0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 23f43b9dd85..075a2506ad3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.51.7" +__version__ = "13.52.0" def get_default_company(user=None):