From ef2d4febddc3bdebd6875b6231e9d0ee945e4450 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 3 May 2023 06:38:15 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.50.0 # [13.50.0](https://github.com/frappe/erpnext/compare/v13.49.14...v13.50.0) (2023-05-03) ### Bug Fixes * allow user to set standard deductions in income tax slab without allowing other exemptions ([c5261cd](https://github.com/frappe/erpnext/commit/c5261cde9c08c0ba78ce192f015d5e7fbefe7177)) * check for session user rather than owner ([7d6e2f9](https://github.com/frappe/erpnext/commit/7d6e2f979fe4575e9efda97e67f49ba1619d90a1)) * conflicts ([778ba69](https://github.com/frappe/erpnext/commit/778ba6956cb92148aa0e4b495658957cb6e06ca0)) * conflicts ([b19b0a4](https://github.com/frappe/erpnext/commit/b19b0a4a98b1f74785f18d0d754827257ac8c2b0)) * conflicts ([6bdf143](https://github.com/frappe/erpnext/commit/6bdf143084ce02eb2e08b7c61922541fd48ca5b1)) * don't allow to make reposting for the closed period ([b31d8ee](https://github.com/frappe/erpnext/commit/b31d8eec057f3c34b4139c427b8d07ffb0054e59)) * handle expected_value_after_useful_life properly in asset value adjustment (backport [#35117](https://github.com/frappe/erpnext/issues/35117)) ([#35120](https://github.com/frappe/erpnext/issues/35120)) ([635559d](https://github.com/frappe/erpnext/commit/635559d9052b9c65a16e7ddf3ec92fc9fbfb5334)) * handle finance book properly in trial balance and general ledger ([#35136](https://github.com/frappe/erpnext/issues/35136)) ([9a37603](https://github.com/frappe/erpnext/commit/9a376039aae56e4632faab8a4406ef8818082e67)) * Hyperlink in Quality Inspection Summary ([54388e8](https://github.com/frappe/erpnext/commit/54388e8d925e06031738c23d4590efd9025f4cc7)) * Naming series error in Journal Entry template ([#35084](https://github.com/frappe/erpnext/issues/35084)) ([d3c769c](https://github.com/frappe/erpnext/commit/d3c769c183beba4864b4da113082a7c49b051933)) * per_billed condition for Payment Entry ([#34969](https://github.com/frappe/erpnext/issues/34969)) ([563e5c0](https://github.com/frappe/erpnext/commit/563e5c0b6947063745cc2103d3d0e14e2473ba7e)) * test case ([db6d0e0](https://github.com/frappe/erpnext/commit/db6d0e03f5b2a5db4f121856d42828dbbb4b5bdc)) ### Features * validate repost item valuation against accounts freeze date ([a852dc1](https://github.com/frappe/erpnext/commit/a852dc1f11db26bf744f1657a2fc0dfdc7c8a137)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 80758121e1e..b9bfe64671e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.49.14" +__version__ = "13.50.0" def get_default_company(user=None):