chore(release): Bumped to Version 14.16.1

## [14.16.1](https://github.com/frappe/erpnext/compare/v14.16.0...v14.16.1) (2023-02-15)

### Bug Fixes

* asset_depreciation_and_balances report doesn't reflect manual depr entries ([7692db2](7692db27bd))
* opening_accumulated_depreciation and precision in charts ([4a209fc](4a209fcb7c))
This commit is contained in:
Frappe PR Bot
2023-02-15 10:33:52 +00:00
parent a934cf0d92
commit e82c101b13

View File

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