From 3b1f9fe03bb4eae394075429aee427bd882cb560 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 7 Jun 2022 09:59:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.33.0 # [13.33.0](https://github.com/frappe/erpnext/compare/v13.32.0...v13.33.0) (2022-06-07) ### Bug Fixes * Close unsecured terms loans ([d6d1d79](https://github.com/frappe/erpnext/commit/d6d1d79ba051838de81ddc75607685f473bf5e38)) * Consider only Approved leave applications in LWP, Employee Benefit calculations ([7f84c86](https://github.com/frappe/erpnext/commit/7f84c86d43c449dbddb77a595e395c7746421275)) * display currencies in validation message. ([ef22337](https://github.com/frappe/erpnext/commit/ef22337a9bf6eaef7d6f06c5b0e9c7bc5a3f12da)) * incorrect billed_qty in sales order analysis report when multiple delivery notes for item (backport [#31194](https://github.com/frappe/erpnext/issues/31194)) ([#31250](https://github.com/frappe/erpnext/issues/31250)) ([3b1f6da](https://github.com/frappe/erpnext/commit/3b1f6da741f1bbc859910073fcbef015631bec28)) * incorrect LWP calculation for half days in employee benefit application ([10f0c93](https://github.com/frappe/erpnext/commit/10f0c935fe99471544af82e62db49b3f8523daf8)) * **India:** GSTIN filter in GSTR-1 report ([abe9fe7](https://github.com/frappe/erpnext/commit/abe9fe70cee55638a554e63d8c3af9b08a4f59ea)) * **India:** Supplies from composite dealer not showing up ([15712c7](https://github.com/frappe/erpnext/commit/15712c742b37535bb303a9de28867a9738c9c124)) * **job card:** only hold during draft state (backport [#31243](https://github.com/frappe/erpnext/issues/31243)) ([#31249](https://github.com/frappe/erpnext/issues/31249)) ([a7fc278](https://github.com/frappe/erpnext/commit/a7fc278b609869672b907651c0c4ec7d455c2317)) * **Leave Application:** 'Cancelled' status shown as 'Open' in list view ([8b48d45](https://github.com/frappe/erpnext/commit/8b48d4528626f2a1ad27dedecb0ede791da6480c)) * leave balance for earned leaves in backdated Leave Application dashboard (backport [#31253](https://github.com/frappe/erpnext/issues/31253)) ([#31256](https://github.com/frappe/erpnext/issues/31256)) ([a22d92f](https://github.com/frappe/erpnext/commit/a22d92f946984b410dfad736636f3b8e57ef40c7)) * only fetch membership expiry if not already set in `member.js` ([#31259](https://github.com/frappe/erpnext/issues/31259)) ([d433784](https://github.com/frappe/erpnext/commit/d4337841711f5f6e24f2a6a3104bc7f2ad64325f)) * Parent dimension filters in orders ([b3cbcd8](https://github.com/frappe/erpnext/commit/b3cbcd871bec18badcbd2bc1ff52a1d7638614d0)) * Pluralize year text instead of optional bracket (backport [#31210](https://github.com/frappe/erpnext/issues/31210)) ([#31212](https://github.com/frappe/erpnext/issues/31212)) ([b31709c](https://github.com/frappe/erpnext/commit/b31709c79367486147a2c89067e1b65c03c0fe37)) * re-validate warehouse after 'update items' (backport [#31203](https://github.com/frappe/erpnext/issues/31203)) ([#31206](https://github.com/frappe/erpnext/issues/31206)) ([3a718c7](https://github.com/frappe/erpnext/commit/3a718c7d5f00439aa85f2d0b91a7439a6b995a5b)) * remove leave policy assignment creation patch (backport [#31097](https://github.com/frappe/erpnext/issues/31097)) ([#31204](https://github.com/frappe/erpnext/issues/31204)) ([4aeb448](https://github.com/frappe/erpnext/commit/4aeb448feaa2a77ae68f69cae57fc3fe40ee7db9)) * Remove redundant query ([3c4cf59](https://github.com/frappe/erpnext/commit/3c4cf5929ff763ae03c245583a701f6e830a6dea)) * Reverse provisional entries on Purchase Invoice cancel ([1fba432](https://github.com/frappe/erpnext/commit/1fba4327868384ff397bd909c60e76eab2a93c24)) * **Sales Register:** incorrect query with dimensions (backport [#31242](https://github.com/frappe/erpnext/issues/31242)) ([#31251](https://github.com/frappe/erpnext/issues/31251)) ([0badfc8](https://github.com/frappe/erpnext/commit/0badfc8748b5c569b9997933cb262632cd99f5fb)) * Simply cancel reverse entries ([100b8d9](https://github.com/frappe/erpnext/commit/100b8d9b96862886f08807a88d4009febf03dd5e)) ### Features * **india:** Improve E-way Bill Cancellation. ([#31088](https://github.com/frappe/erpnext/issues/31088)) ([622d25e](https://github.com/frappe/erpnext/commit/622d25e12629e44884eed3f07a8e99187769a19b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 57cded4e56b..9d9e63999a3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.32.0" +__version__ = "13.33.0" def get_default_company(user=None):