From c2ae8eaec0241064769c354160d3a39da607009e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 16 May 2023 16:59:38 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.50.4 ## [13.50.4](https://github.com/frappe/erpnext/compare/v13.50.3...v13.50.4) (2023-05-16) ### Bug Fixes * add missing options for `Content Align` ([e37b903](https://github.com/frappe/erpnext/commit/e37b9030fb101804e822e4e766cc66470c9e9399)) * cancelled vouchers in tax withheld vouchers list ([#35309](https://github.com/frappe/erpnext/issues/35309)) ([188cfc2](https://github.com/frappe/erpnext/commit/188cfc2e3c0876233bceb169896ccddaef191eb9)) * internal transfer condition ([a1d7170](https://github.com/frappe/erpnext/commit/a1d717053acd0b3b5dd1e746cf6ea777311846bf)) * **Salary Slip:** exchange rate overwritten on form load ([#507](https://github.com/frappe/erpnext/issues/507)) ([#35245](https://github.com/frappe/erpnext/issues/35245)) ([8b3d6ee](https://github.com/frappe/erpnext/commit/8b3d6ee7b0cd080daa515549b24b409e2570b34f)) * update reference data for statistical component ([77f548c](https://github.com/frappe/erpnext/commit/77f548c8145c69d4ceaddcd1f0b0449729c5291d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 680552f42c8..636a7cca7dd 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.50.3" +__version__ = "13.50.4" def get_default_company(user=None):