chore(release): Bumped to Version 14.18.1

## [14.18.1](https://github.com/frappe/erpnext/compare/v14.18.0...v14.18.1) (2023-03-07)

### Performance Improvements

* `update_completed_qty()` in `material_request.py` ([7a5f7d4](7a5f7d4920))
* Stock Entry (Material Transfer) ([59a415e](59a415eaa9))
This commit is contained in:
Frappe PR Bot
2023-03-07 17:23:00 +00:00
parent 943599f3ac
commit cfe28663bc

View File

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