chore(release): Bumped to Version 14.11.1

## [14.11.1](https://github.com/frappe/erpnext/compare/v14.11.0...v14.11.1) (2022-12-27)

### Bug Fixes

* Random behaviour while picking items using picklist (backport [#33449](https://github.com/frappe/erpnext/issues/33449)) ([#33451](https://github.com/frappe/erpnext/issues/33451)) ([abfb3bf](abfb3bf1c6))
This commit is contained in:
Frappe PR Bot
2022-12-27 09:35:01 +00:00
parent abfb3bf1c6
commit 0dbac5b689

View File

@@ -2,7 +2,7 @@ import inspect
import frappe
__version__ = "14.11.0"
__version__ = "14.11.1"
def get_default_company(user=None):