From b5b34c14b21fbde02880a043434c60bbc1070602 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 31 May 2023 05:49:42 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.51.0 # [13.51.0](https://github.com/frappe/erpnext/compare/v13.50.6...v13.51.0) (2023-05-31) ### Bug Fixes * force to do reposting for cancelled document ([0228933](https://github.com/frappe/erpnext/commit/022893391b92f8eb771ec97162be72cd0bbc906b)) * **Gross Profit:** 'company' column is ambiguous in filter ([270eb1d](https://github.com/frappe/erpnext/commit/270eb1db4df0d57f09910a37ab61b2037953262f)) * incorrect `POS Reserved Qty` in `Stock Projected Qty` Report ([#35437](https://github.com/frappe/erpnext/issues/35437)) ([139a193](https://github.com/frappe/erpnext/commit/139a193f1ded455d249d762b0a055177ffec6d5c)) * incorrect depr schedule and posting dates on selling of existing assets [v13] ([#35404](https://github.com/frappe/erpnext/issues/35404)) ([20d3381](https://github.com/frappe/erpnext/commit/20d3381010061dea96371430b6b0258bd785db8e)) * monthly WDV depr schedule for existing assets [v13] ([#35461](https://github.com/frappe/erpnext/issues/35461)) ([6f43829](https://github.com/frappe/erpnext/commit/6f43829c32eef9056c6378217e9c8893a857d130)) * retention stock entry: grab conversion factor from source ([d8dd22a](https://github.com/frappe/erpnext/commit/d8dd22adafbd1cee33ab4b00841973517dc116cc)) ### Features * Allow ceil & floor functions in salary slip formulae ([#35475](https://github.com/frappe/erpnext/issues/35475)) ([63fba9d](https://github.com/frappe/erpnext/commit/63fba9db3969167ae804230a9e01678092df4aa1)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ed83866482b..34c80c22311 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.50.6" +__version__ = "13.51.0" def get_default_company(user=None):