From fd04bd0f72cdd8d05a7fd8a1deb1390379b8a313 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 24 May 2023 03:03:13 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.50.6 ## [13.50.6](https://github.com/frappe/erpnext/compare/v13.50.5...v13.50.6) (2023-05-24) ### Bug Fixes * allow over-payment against SO ([#35079](https://github.com/frappe/erpnext/issues/35079)) ([eb243c2](https://github.com/frappe/erpnext/commit/eb243c2470b7a13291cddb12a8d42fbe5d83d37f)) * bypass flag in Customer Group wasn't effective ([f0c9d89](https://github.com/frappe/erpnext/commit/f0c9d89aab6aa61da44553ed88918930eb13228d)) * change field-type to remove currency field from total row in export ([f65be40](https://github.com/frappe/erpnext/commit/f65be40037f381955b38971b314c988d3fff8f6e)) * consider 0 if rate/qty are null (backport [#35338](https://github.com/frappe/erpnext/issues/35338)) ([#35341](https://github.com/frappe/erpnext/issues/35341)) ([387f8b9](https://github.com/frappe/erpnext/commit/387f8b9e1a98a80b7ddd985d7a80cb346c65c9a2)) * depreciation schedule for existing assets [v14] (backport [#35255](https://github.com/frappe/erpnext/issues/35255)) ([#35347](https://github.com/frappe/erpnext/issues/35347)) ([7506132](https://github.com/frappe/erpnext/commit/7506132861bcfe5397e4073642f3aa459e6da60b)) * error while saving job card ([d6427cf](https://github.com/frappe/erpnext/commit/d6427cfe5362ab1f20151ac1f313453ce57d9292)) * get_query filters ([2aa7729](https://github.com/frappe/erpnext/commit/2aa7729243eeb7f2036059a96a941c4492015548)) * Incorrect Earned Leaves Proration ([#35156](https://github.com/frappe/erpnext/issues/35156)) ([dc04b24](https://github.com/frappe/erpnext/commit/dc04b24234cfce54c9adef2cb9c1f0fdaef8cfd5)) * linter ([0a42e6f](https://github.com/frappe/erpnext/commit/0a42e6ff0f6dd1c7ef53031bdf58aa422c09bb73)) * non manufacturing items/fixed asset items in BOM ([66ba74f](https://github.com/frappe/erpnext/commit/66ba74f3fc60a5faad5d80f542c61895060a5a6c)) * Pick List TypeError ([137898d](https://github.com/frappe/erpnext/commit/137898d55d8dbac591c28b298ba2761b85e0f579)) * tds incorrectly calculated for invoice that are below threshold ([6c170ab](https://github.com/frappe/erpnext/commit/6c170abdf939b26d07964964fcd69de68cadaf6d)) * **test:** cumulative threshold checks ([06deecb](https://github.com/frappe/erpnext/commit/06deecbd9272a0af855df2bd9cb338e0a8ec4862)) * use flt instead of mandatory field ([f63b866](https://github.com/frappe/erpnext/commit/f63b866de301bf405c8df6d96f7c6760e239ee97)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6fd8a5971b6..ed83866482b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.50.5" +__version__ = "13.50.6" def get_default_company(user=None):