chore(release): Bumped to Version 14.55.2

## [14.55.2](https://github.com/frappe/erpnext/compare/v14.55.1...v14.55.2) (2023-12-21)

### Bug Fixes

* reposting not fixing valuation rate for sales return using movin… (backport [#38895](https://github.com/frappe/erpnext/issues/38895)) ([#38900](https://github.com/frappe/erpnext/issues/38900)) ([8aba707](8aba707b6a))
This commit is contained in:
Frappe PR Bot
2023-12-21 10:05:58 +00:00
parent 8aba707b6a
commit 0c13cb829c

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.55.1"
__version__ = "14.55.2"
def get_default_company(user=None):