From 56070c7b86f0e63bca63c4e3d5739217f09e49aa Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 31 May 2022 13:22:25 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.32.0 # [13.32.0](https://github.com/frappe/erpnext/compare/v13.31.1...v13.32.0) (2022-05-31) ### Bug Fixes * add list view settings for Gratuity ([e4426ad](https://github.com/frappe/erpnext/commit/e4426addebeb3824d4edbfb8c65a5e93a801d5f8)) * amount precision for Tax Exemption Proof Submission ([bb04e4b](https://github.com/frappe/erpnext/commit/bb04e4b6dee401553f8fbe123a764b2b17bc7bb7)) * component pay calculation ([b1e119d](https://github.com/frappe/erpnext/commit/b1e119d97d0c281e74f4466c9379d41e0177aa1e)) * conflicts ([cdb884b](https://github.com/frappe/erpnext/commit/cdb884bbf2ca4d2c1d22fcd7ca85023e3fc0bd37)) * conflicts ([c02a89d](https://github.com/frappe/erpnext/commit/c02a89db4d0f872db2c045ea087d2d0dcb8eda33)) * conflicts ([6aa6114](https://github.com/frappe/erpnext/commit/6aa61147574e1e6b66dc1884b0bdbd4b59c4c5a9)) * date filter on quality inspection report (backport [#31148](https://github.com/frappe/erpnext/issues/31148)) ([#31164](https://github.com/frappe/erpnext/issues/31164)) ([f19747c](https://github.com/frappe/erpnext/commit/f19747cee0693afeb93316813ada8443adfbed61)) * Exchange rate reste to 1 on making mapped doc ([91863c7](https://github.com/frappe/erpnext/commit/91863c74578982ae3e60d76017f4b24a4f63a5cc)) * Gratuity status not updated on salary slip submission ([0a014ed](https://github.com/frappe/erpnext/commit/0a014edd7aa3d8886a60a666daeed1d9c6150e9f)) * HRA Exemption calculation in case of multiple salary structure assignments ([de8f5f8](https://github.com/frappe/erpnext/commit/de8f5f87d04bfbf34dbc3ef3f1b2073e4ec6ad40)) * Improve button labels in Warehouse (backport [#31101](https://github.com/frappe/erpnext/issues/31101)) ([#31150](https://github.com/frappe/erpnext/issues/31150)) ([d891394](https://github.com/frappe/erpnext/commit/d891394dc8c31f87c6c25dc377ac537637a01c9f)) * **india:** duplicate qrcode and hide button ([#31154](https://github.com/frappe/erpnext/issues/31154)) ([f40100d](https://github.com/frappe/erpnext/commit/f40100d4830bf615c1f6b18fe2f0ac4570de7b04)) * Job Opening linked to Staffing Plan cannot be created/updated if there are existing employees ([b4a3a53](https://github.com/frappe/erpnext/commit/b4a3a533c8ee78fb42650a63bf9a900dc3745a6a)) * **pos:** freeze screen while processing pos invoices ([#30850](https://github.com/frappe/erpnext/issues/30850)) ([a7bf236](https://github.com/frappe/erpnext/commit/a7bf236c285abbcdfb74a60ebcbe5f04fe2f985f)) * skip existing batch number during autogen (backport [#31140](https://github.com/frappe/erpnext/issues/31140)) ([#31144](https://github.com/frappe/erpnext/issues/31144)) ([a380bae](https://github.com/frappe/erpnext/commit/a380bae298e57dba219cef862ad343eabee1d11c)) * Tax Declaration tests and amount precision ([1e728df](https://github.com/frappe/erpnext/commit/1e728df54c321c82879748732ade37af42735073)) * validation message ([096ae21](https://github.com/frappe/erpnext/commit/096ae210e1d49e0caabe8da3baf7acce9af42bc1)) ### Features * Auto accrue loan interest for backdated term loans ([89c4d51](https://github.com/frappe/erpnext/commit/89c4d518e10fc5b006c92c9c591da04e8e54a95b)) * live preview of naming series on naming series tool (backport [#31141](https://github.com/frappe/erpnext/issues/31141)) ([#31146](https://github.com/frappe/erpnext/issues/31146)) ([fd2f3b9](https://github.com/frappe/erpnext/commit/fd2f3b90614cbf7385164ed54f40aba98dc6e663)) * provision to exclude exploded items in the BOM (backport [#29450](https://github.com/frappe/erpnext/issues/29450)) ([#31174](https://github.com/frappe/erpnext/issues/31174)) ([50d338d](https://github.com/frappe/erpnext/commit/50d338df309d7e595c24952bfe1f72a2ba3f239b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1b304adc270..73f179d0739 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.31.1" +__version__ = "13.32.0" def get_default_company(user=None):