From 4d2d38cd9dc22b91d0c23d39bafd05b240fa5cb7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 11 Jun 2024 13:18:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.27.4 ## [15.27.4](https://github.com/frappe/erpnext/compare/v15.27.3...v15.27.4) (2024-06-11) ### Bug Fixes * Add additional condition application ([1fca6ea](https://github.com/frappe/erpnext/commit/1fca6ea5e70da34cdce637bf2a4b1beb94bc3507)) * Add posting date to key for consolidated view ([9472085](https://github.com/frappe/erpnext/commit/94720851c6b819f3466dbae45a566f2d1830e2e3)) * Add timestamp to key for immutable views ([9e9bc8b](https://github.com/frappe/erpnext/commit/9e9bc8b59c35bbf4fbb5548c0341296f858e06c9)) * asset depreciations and balances report correction (backport [#41824](https://github.com/frappe/erpnext/issues/41824)) ([#41851](https://github.com/frappe/erpnext/issues/41851)) ([28b7fad](https://github.com/frappe/erpnext/commit/28b7fad579bfca19f3b0be0331a38215f01521bc)) * calculate totals and taxes ([5544309](https://github.com/frappe/erpnext/commit/5544309048e905592355dc1f206c31db40126e41)) * Do no apply pricing rule on qty change for mapped docs ([822bc58](https://github.com/frappe/erpnext/commit/822bc581f3965f85f0080cfc0b2426520538fccb)) * do not fetch items with no active BOM in PP (backport [#41833](https://github.com/frappe/erpnext/issues/41833)) ([#41835](https://github.com/frappe/erpnext/issues/41835)) ([30c0b2b](https://github.com/frappe/erpnext/commit/30c0b2bb546c1c78bd5db29311a78d71a02efdf1)) * enable no_copy for timesheet in sales invoice ([f1ad0f6](https://github.com/frappe/erpnext/commit/f1ad0f6f269c7eeb9668798f0e6815a620c38a95)) * fixing Item-wise sales register ([f36db7e](https://github.com/frappe/erpnext/commit/f36db7ebaf0c1e3c0de716f2733961be4f5b632e)) * fixing Item-wise sales register [#41373](https://github.com/frappe/erpnext/issues/41373) ([5e0fa1b](https://github.com/frappe/erpnext/commit/5e0fa1b75ec1437516aa190550ccf8fbfab67a6e)) * fixing Item-wise sales register and purchase register [#41373](https://github.com/frappe/erpnext/issues/41373) ([a4b28ba](https://github.com/frappe/erpnext/commit/a4b28ba354873a8bb5253a5902970fc780aa9441)) * Item-wise Sales and Purchase register with no item codes [#41373](https://github.com/frappe/erpnext/issues/41373) ([96405e8](https://github.com/frappe/erpnext/commit/96405e8e4957c672b7a4aa5f7e9ead081a6e143d)) * stock_value_change for legacy serial nos (backport [#41825](https://github.com/frappe/erpnext/issues/41825)) ([#41826](https://github.com/frappe/erpnext/issues/41826)) ([a7971cf](https://github.com/frappe/erpnext/commit/a7971cf8443dac71347369fb38ab2edf0ed8dc27)) * terms and conditions for material request (backport [#41834](https://github.com/frappe/erpnext/issues/41834)) ([#41837](https://github.com/frappe/erpnext/issues/41837)) ([1ead667](https://github.com/frappe/erpnext/commit/1ead66721d92a25e8037da2198a80031c69049d4)) * typo in method - holiday list (backport [#41811](https://github.com/frappe/erpnext/issues/41811)) ([#41812](https://github.com/frappe/erpnext/issues/41812)) ([4d3e883](https://github.com/frappe/erpnext/commit/4d3e88313013af0e3741a0b108c49f6680fc95a5)) * valuation rate for backdated legacy serial/batches (backport [#41788](https://github.com/frappe/erpnext/issues/41788)) ([#41821](https://github.com/frappe/erpnext/issues/41821)) ([8d31243](https://github.com/frappe/erpnext/commit/8d31243a42a37b4dd0947d4d506815e8d999a009)) * valuation rate for serial and batch bundle for current bundle (backport [#41850](https://github.com/frappe/erpnext/issues/41850)) ([#41860](https://github.com/frappe/erpnext/issues/41860)) ([3e4c568](https://github.com/frappe/erpnext/commit/3e4c568ddccfde0dd1a03a2e90dfeedf38521ae3)) * **Vehicle:** allow doc renaming and add test (backport [#41729](https://github.com/frappe/erpnext/issues/41729)) ([#41785](https://github.com/frappe/erpnext/issues/41785)) ([4d37739](https://github.com/frappe/erpnext/commit/4d37739dd3ede937e93e8328fa6a147462efc241)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2a58be190d1..b3e5b4b6880 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.27.3" +__version__ = "15.27.4" def get_default_company(user=None):