From 71395b9a8e04be6b4dd7f088467a8ae684517fbb Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 25 Jan 2023 04:00:37 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.44.0 # [13.44.0](https://github.com/frappe/erpnext/compare/v13.43.2...v13.44.0) (2023-01-25) ### Bug Fixes * accumulated_depreciation in reverse_depreciation_entry_made_after_disposal ([b7e9e4a](https://github.com/frappe/erpnext/commit/b7e9e4a7c5155b5f6b100ca29427eb81f68d5cf4)) * backport of [#32226](https://github.com/frappe/erpnext/issues/32226) ([d6913ff](https://github.com/frappe/erpnext/commit/d6913fffe65c139273b75b36f095557227bfa223)) * calculate correct amount for qty == 0 (backport [#33739](https://github.com/frappe/erpnext/issues/33739)) ([#33752](https://github.com/frappe/erpnext/issues/33752)) ([d650432](https://github.com/frappe/erpnext/commit/d6504320b152629c22b63488a29fb019e78014ea)) * conflicts ([d717ca0](https://github.com/frappe/erpnext/commit/d717ca0325a09780212fd1fe63dad5c41a3f456f)) * conflicts ([055f853](https://github.com/frappe/erpnext/commit/055f8536c304e750926b6b44c91b83c013dfae24)) * don't add template item in sales/purchase transaction ([f81d4a7](https://github.com/frappe/erpnext/commit/f81d4a79eab95148a4a6591bb0920cd2db13afed)) * e-Invoicing for SEZ Customer(v13) ([#33796](https://github.com/frappe/erpnext/issues/33796)) ([1b11566](https://github.com/frappe/erpnext/commit/1b115664859016ae849922ecdb782937d8c51200)) * **ecommerce:** breadcrumb: fallback to `/all-products` ([#33718](https://github.com/frappe/erpnext/issues/33718)) ([2da543e](https://github.com/frappe/erpnext/commit/2da543ebd4a15ef48d9bdb1c81f456b50bda0137)) * fb issue in asset chart ([ae031ce](https://github.com/frappe/erpnext/commit/ae031cea6313628a404cf5314cf60d91a9be9803)) * incorrect actual qty for the packed item ([09e13d2](https://github.com/frappe/erpnext/commit/09e13d279c1a4dbaab5924bb4e877c33bfa06984)) * incorrect row order and accumulated_depreciation when schedule with multiple FBs is scrapped ([7174a2c](https://github.com/frappe/erpnext/commit/7174a2cd933e177fb2903fd96b861bae21212318)) * linter issue ([593d7f3](https://github.com/frappe/erpnext/commit/593d7f3dd673ec8da83242313f923af0a1048ce2)) * linting ([13906cb](https://github.com/frappe/erpnext/commit/13906cba9a412a3cc0afd698be932616346f58d7)) * **minor:** Label updates in Statement of Accounts ([#33639](https://github.com/frappe/erpnext/issues/33639)) ([47e500c](https://github.com/frappe/erpnext/commit/47e500c2ebf7dd7185e7b4dfc607971d9622e2da)) * missing constant definition ([fc4be1b](https://github.com/frappe/erpnext/commit/fc4be1b337426c727eee6e5ad9a3e28562ff177c)) * patch item_reposting_for_incorrect_sl_and_gl ([1c5c067](https://github.com/frappe/erpnext/commit/1c5c06716b63bbfe9a7e0d56d63473074405c2b6)) * rewrite logic for duplicate check in Item Attribute ([4741ce1](https://github.com/frappe/erpnext/commit/4741ce13c630967e7eb06112c096c2f2349d5027)) * Short closed order, receipt and delivery note status on cancellation ([#33743](https://github.com/frappe/erpnext/issues/33743)) ([3daaa02](https://github.com/frappe/erpnext/commit/3daaa021eb618333f51398c44366747c2d8e9904)) ### Features * provision to select date type based on filter ([5ed6a74](https://github.com/frappe/erpnext/commit/5ed6a74fc419b66f96609ac794c74477837d6f73)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a95b7fb6f9c..a1afb9b62a2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.43.2" +__version__ = "13.44.0" def get_default_company(user=None):