chore(release): Bumped to Version 14.62.2

## [14.62.2](https://github.com/frappe/erpnext/compare/v14.62.1...v14.62.2) (2024-02-08)

### Bug Fixes

* accommodate for default rounding method in v14 ([79479b6](79479b633f))
* remove duplicates from tax category map ([a4e6c38](a4e6c388cb))
This commit is contained in:
Frappe PR Bot
2024-02-08 07:28:09 +00:00
parent cb64c5f579
commit 0822a2b40a

View File

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