From ab71a7bba8e04317250ed2db101553a7829040b3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 14 Feb 2023 10:40:00 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.46.0 # [13.46.0](https://github.com/frappe/erpnext/compare/v13.45.1...v13.46.0) (2023-02-14) ### Bug Fixes * `amount` in `Material Request` ([813e8bb](https://github.com/frappe/erpnext/commit/813e8bb664ed0ebadf53f1fe87102b3e9c4455f6)) * allow PI cancel if linked asset is cancelled ([fbeaabf](https://github.com/frappe/erpnext/commit/fbeaabffc9a5f1073c225476a07cb0c6ebe8f3e7)) * conflicts ([a9f5be3](https://github.com/frappe/erpnext/commit/a9f5be3f981ef600aec8091e56a1535f75e2d05d)) * currency formatting in item-wise sales history ([#33903](https://github.com/frappe/erpnext/issues/33903)) ([f641039](https://github.com/frappe/erpnext/commit/f6410393ce2fec6b29af243404be676475384b25)) * Debit and Credit not equal while submitting PI containing asset item ([#33092](https://github.com/frappe/erpnext/issues/33092)) ([5be4c6f](https://github.com/frappe/erpnext/commit/5be4c6ffbcb26cd49dd7fc7865571d39948bb9bb)) * german chart of accounts "SKR03" ([#33909](https://github.com/frappe/erpnext/issues/33909)) ([b2a3e01](https://github.com/frappe/erpnext/commit/b2a3e014e91962097a0abca8de7324e6abca7cd7)) * incorrect actual qty in Bin ([8f42833](https://github.com/frappe/erpnext/commit/8f42833fbac6c891800825d12933e4b9612d4d40)) * LWP calculation ([c1de4e4](https://github.com/frappe/erpnext/commit/c1de4e44207d391237f593c9b81bf0e1de2320f6)) * negative stock error ([2f4ffe1](https://github.com/frappe/erpnext/commit/2f4ffe137ea173c974f3111b266723f6f7bb5f9b)) * stock entry from item dashboard (stock levels) ([8106c64](https://github.com/frappe/erpnext/commit/8106c64c91fac5de0e7660a874876b8406024726)) * **UX:** make Item attachments public by default (backport [#32196](https://github.com/frappe/erpnext/issues/32196)) ([#33949](https://github.com/frappe/erpnext/issues/33949)) ([124d7de](https://github.com/frappe/erpnext/commit/124d7dea1b25a0db89f85c2b02d21f787cec09bb)) * validate working day list against holidays ([a8ea3ef](https://github.com/frappe/erpnext/commit/a8ea3efae29200d470435dc665ca00899b356d76)) ### Features * Setting to allow Sales Order creation against expired quotation ([#33952](https://github.com/frappe/erpnext/issues/33952)) ([f04542e](https://github.com/frappe/erpnext/commit/f04542eac9db8a1bf9118f943271fcb3fb72294d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 073824ab5fd..fab07cc6c91 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.45.1" +__version__ = "13.46.0" def get_default_company(user=None):