chore(release): Bumped to Version 15.10.3

## [15.10.3](https://github.com/frappe/erpnext/compare/v15.10.2...v15.10.3) (2024-01-19)

### Bug Fixes

* duplicate name error while making variant ([0c222aa](0c222aa504))
This commit is contained in:
Frappe PR Bot 2024-01-19 00:44:51 +00:00
parent a962657c7b
commit 550213b4f4

View File

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