chore(release): Bumped to Version 13.46.1

## [13.46.1](https://github.com/frappe/erpnext/compare/v13.46.0...v13.46.1) (2023-02-15)

### Bug Fixes

* asset_depreciation_and_balances report doesn't reflect manual depr entries ([62dc68b](62dc68bb57))
* opening_accumulated_depreciation and precision in charts ([6308fca](6308fca587))
This commit is contained in:
Frappe PR Bot
2023-02-15 10:33:52 +00:00
parent f6707b2b92
commit 4a95c9d642

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.46.0"
__version__ = "13.46.1"
def get_default_company(user=None):