From 4a95c9d642f504f9055b015adebb1b12604b2edf Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 15 Feb 2023 10:33:52 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/62dc68bb57f21900b77bb28ab41e581b57f468f2)) * opening_accumulated_depreciation and precision in charts ([6308fca](https://github.com/frappe/erpnext/commit/6308fca587271b4e8f35eba377581dffe16c6a2a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fab07cc6c91..3fcfb346186 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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):