From 33869a231cd76aa37f1ba444ade5c96a090342ca Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 21 Nov 2023 18:57:56 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.3.0 # [15.3.0](https://github.com/frappe/erpnext/compare/v15.2.0...v15.3.0) (2023-11-21) ### Bug Fixes * attributes were mandatory for manufacturers ([00b9c23](https://github.com/frappe/erpnext/commit/00b9c2326cfbabb6dd58c40f9af94043bbbaf788)) * issue occured when creating supplier with contact details ([aaccfeb](https://github.com/frappe/erpnext/commit/aaccfeb918d7427cc110626bc94a2eeb921be6a9)) * overallocation on Payment with PO/SO ([337707b](https://github.com/frappe/erpnext/commit/337707b9cc7e9b13fc1557588beb6f387c6905f3)) * pass check permission in render_address ([a420e13](https://github.com/frappe/erpnext/commit/a420e13765e0a92a62cadfbea07c59f70a6f16c1)) * payment entry rounding error ([384d6b5](https://github.com/frappe/erpnext/commit/384d6b516c152bb7e2f72d28a30752b6bd82eb71)) * set asset's valuation_rate according to asset quantity (backport [#38254](https://github.com/frappe/erpnext/issues/38254)) ([#38256](https://github.com/frappe/erpnext/issues/38256)) ([c60aaa7](https://github.com/frappe/erpnext/commit/c60aaa799acb7eebedc2f8e348d4cdcd9fcb9384)) * set default asset quantity as 1 [dev] (backport [#38223](https://github.com/frappe/erpnext/issues/38223)) ([#38226](https://github.com/frappe/erpnext/issues/38226)) ([99bf63e](https://github.com/frappe/erpnext/commit/99bf63ec0f856e8a74ef6ca915f581eb98583e58)) * Suppier name was not taken when creating address from supplier ([2b94489](https://github.com/frappe/erpnext/commit/2b9448962ff9195bd6ffd535cee0f010876558d3)) * Supplier Quotation fields ([#37963](https://github.com/frappe/erpnext/issues/37963)) ([aef955c](https://github.com/frappe/erpnext/commit/aef955c92040705e11a437419379b7e29633c339)) * test case for rounded total with cash disc ([eab18e6](https://github.com/frappe/erpnext/commit/eab18e6f710637d0eee63d1d41f2b75a4f4e0fa9)) * **Timesheet:** reset billing hours equal to hours if they exceed actual hours (backport [#38134](https://github.com/frappe/erpnext/issues/38134)) ([#38153](https://github.com/frappe/erpnext/issues/38153)) ([5b7b431](https://github.com/frappe/erpnext/commit/5b7b431dc97ef77fd888e8a233269219063428e6)) * **Timesheet:** warn user if billing hours > actual hours instead of resetting (backport [#38239](https://github.com/frappe/erpnext/issues/38239)) ([#38241](https://github.com/frappe/erpnext/issues/38241)) ([1f2f5d8](https://github.com/frappe/erpnext/commit/1f2f5d8cf6e3a1c8245af0fb95e6c0dccdbce2e8)) * TypeError in Subcontracting Receipt (backport [#38200](https://github.com/frappe/erpnext/issues/38200)) ([#38208](https://github.com/frappe/erpnext/issues/38208)) ([3f57a7e](https://github.com/frappe/erpnext/commit/3f57a7e9f06806a833fc9350a21c5d82fa525bac)) * update modified timestamp ([a492e57](https://github.com/frappe/erpnext/commit/a492e574def2661edb2a54cfbde8b231781a231e)) * **ux:** `Task` creation from `Timesheet` (backport [#38207](https://github.com/frappe/erpnext/issues/38207)) ([#38211](https://github.com/frappe/erpnext/issues/38211)) ([e272041](https://github.com/frappe/erpnext/commit/e2720418728da869c6cfc02aeca04b0e54fb0b46)) * valuation rate for FG item for subcontracting receipt (backport [#38244](https://github.com/frappe/erpnext/issues/38244)) ([#38245](https://github.com/frappe/erpnext/issues/38245)) ([ed7b845](https://github.com/frappe/erpnext/commit/ed7b845a5519087ef3aa6c9054451428b3cfa1a3)) * valuation rate in report Item Prices ([#38161](https://github.com/frappe/erpnext/issues/38161)) ([f71234e](https://github.com/frappe/erpnext/commit/f71234e3af77d66a34a6a6305c050ffe685b2bf4)) * wrong round off and rounded total ([70eccf7](https://github.com/frappe/erpnext/commit/70eccf7da0d52c3cfc21f8a5c892993b60de868e)) ### Features * add `Supplier Delivery Note` field in SCR (backport [#38127](https://github.com/frappe/erpnext/issues/38127)) ([#38156](https://github.com/frappe/erpnext/issues/38156)) ([b89a4a7](https://github.com/frappe/erpnext/commit/b89a4a7218338c48026abec660ac23184a9c6eaf)) * Add accounting dimensions to Supplier Quotation ([7d4ac7e](https://github.com/frappe/erpnext/commit/7d4ac7e7ffd92ed874d32e1f635311d245ec7fda)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1ee5918cda6..34fae2fd1db 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.2.0" +__version__ = "15.3.0" def get_default_company(user=None):