From 2fb035fe1bf043ac09fe2e097ce221ea5904ba36 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 24 Apr 2024 10:48:02 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.21.0 # [15.21.0](https://github.com/frappe/erpnext/compare/v15.20.6...v15.21.0) (2024-04-24) ### Bug Fixes * account and stock manager read perm ([572e844](https://github.com/frappe/erpnext/commit/572e844a917067095c2a52688ca0d70d56adca46)) * allow Employee role to select cost center & project (accounting dimensions) (backport [#41160](https://github.com/frappe/erpnext/issues/41160)) ([#41162](https://github.com/frappe/erpnext/issues/41162)) ([90d6e55](https://github.com/frappe/erpnext/commit/90d6e550aafab49678993f7ee9ece3891fe37b15)) * Allow updating cost center and project for repostable doctypes ([e278688](https://github.com/frappe/erpnext/commit/e278688a4bff5daf32fd8eff10555941b43b015d)) * balance qty for stock ledger report ([74ed656](https://github.com/frappe/erpnext/commit/74ed656bb93e6027df6682f3c96e49077ddfbec6)) * do not add actual expense twice for validating budget ([c72478c](https://github.com/frappe/erpnext/commit/c72478c74d48e5a5b7984633be0380bc3302ca90)) * do not add qty to supplied items (backport [#41061](https://github.com/frappe/erpnext/issues/41061)) ([#41066](https://github.com/frappe/erpnext/issues/41066)) ([1ae447e](https://github.com/frappe/erpnext/commit/1ae447e4fc62e8a8da18d68a1c02e483b7b86571)) * don't attempt to set gender from salutation (backport [#40997](https://github.com/frappe/erpnext/issues/40997)) ([#41073](https://github.com/frappe/erpnext/issues/41073)) ([ee7aaf0](https://github.com/frappe/erpnext/commit/ee7aaf0ea438d2ad2c78e104212bb5f3c287d529)) * duplicate serial and batch bundle in stock entry and stock reco ([c10c211](https://github.com/frappe/erpnext/commit/c10c21157db10b2892c8b1c7e9bd40f954e7a92c)) * incorrect stock posting for current qty ([05d5c48](https://github.com/frappe/erpnext/commit/05d5c48d29bfcf2edc63eb720c51d9633d3ef930)) * Missing args while fetching items from delivery note ([3b4575a](https://github.com/frappe/erpnext/commit/3b4575af3d5dc50c713f742d7674ba2e807f0689)) * not able to update default supplier from Supplier Quotation Comparison report ([80891da](https://github.com/frappe/erpnext/commit/80891daaed57b28c86df2184a32c153bc0714fb5)) * Party type in Payment Order ([83931e8](https://github.com/frappe/erpnext/commit/83931e872b71bbae6a47693ba26065f9a4ac0e25)) * Payment entry against employee ([060d46a](https://github.com/frappe/erpnext/commit/060d46af42679dc571cd4599054a02c5037add00)) * Permission for lower dedcution certificate ([d7ddb00](https://github.com/frappe/erpnext/commit/d7ddb00e86fbd0849deb256bf972e49a274e880c)) * search not working for so in the Production Plan ([#36459](https://github.com/frappe/erpnext/issues/36459)) ([544e56a](https://github.com/frappe/erpnext/commit/544e56a71cac8751f5ff9fb7c32fe3a0e9f3eb85)) * stock reco negative qty validation ([aee03fe](https://github.com/frappe/erpnext/commit/aee03fe2efb02536bcce8c31e5e2d669e04b3568)) * validate uom is integer for PR item (backport [#41074](https://github.com/frappe/erpnext/issues/41074)) ([#41077](https://github.com/frappe/erpnext/issues/41077)) ([93242ca](https://github.com/frappe/erpnext/commit/93242ca883520553676cb8d913c9d1187ee76e50)) * validation for fraction number in Work Order ([ef2553e](https://github.com/frappe/erpnext/commit/ef2553edf967612bdbf580357d5886c6afacaea2)) * validation for zero qty in SABB ([85796b3](https://github.com/frappe/erpnext/commit/85796b35348d0bbce3c0cfd78096c683e01ec29c)) ### Features * Available batches report as on specific date ([791e426](https://github.com/frappe/erpnext/commit/791e4269d2f80759389c80d8f35198e155772027)) * show expense breakup ([e047e1e](https://github.com/frappe/erpnext/commit/e047e1eb15e5f19cf741b8f59af34a31bdfa1dc2)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 735aaab654c..0c44e0476cf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.20.6" +__version__ = "15.21.0" def get_default_company(user=None):