From 436ba6f244a62d0486a534585814192182506180 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 24 Nov 2023 08:47:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.50.0 # [14.50.0](https://github.com/frappe/erpnext/compare/v14.49.0...v14.50.0) (2023-11-24) ### Bug Fixes * don't depreciate non-depreciable assets on scrapping [v14] ([#38294](https://github.com/frappe/erpnext/issues/38294)) ([5261aba](https://github.com/frappe/erpnext/commit/5261aba81fb72154c14d96ce976e24a60cf948c2)) * partial cancel of gle and ple (backport [#35609](https://github.com/frappe/erpnext/issues/35609)) ([80bc235](https://github.com/frappe/erpnext/commit/80bc235d6e6064756031ea7cf320b001e773e89f)) * patch - Duplicate entry quality inspection parameter (backport [#38262](https://github.com/frappe/erpnext/issues/38262)) ([#38263](https://github.com/frappe/erpnext/issues/38263)) ([756f08b](https://github.com/frappe/erpnext/commit/756f08b9bad7631d8d25172b73a0a2f8d182c036)) * Supplier `Primary Contact` (backport [#38268](https://github.com/frappe/erpnext/issues/38268)) ([#38285](https://github.com/frappe/erpnext/issues/38285)) ([f170cb9](https://github.com/frappe/erpnext/commit/f170cb921453bf7e2b59198f60a81e442df1fae2)) ### Features * add Bank Transaction to connections in Journal and Payment Entry ([#38297](https://github.com/frappe/erpnext/issues/38297)) ([06c6da5](https://github.com/frappe/erpnext/commit/06c6da5c0dc6bc9c1ba2375e93738fbb84af66e7)) ### Performance Improvements * optimize total_purchase_cost update ([a88d322](https://github.com/frappe/erpnext/commit/a88d322e4f394382984492ba263fb73e3513672b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8a1f277003d..f82bc47106b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.49.0" +__version__ = "14.50.0" def get_default_company(user=None):