From 08729b49e912b3125b397bd2b5a8df9d890ad3d7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 14 Jun 2023 05:06:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [14.27.2](https://github.com/frappe/erpnext/compare/v14.27.1...v14.27.2) (2023-06-14) ### Bug Fixes * `enqueue_after_commit` wherever it makes sense (backport [#35588](https://github.com/frappe/erpnext/issues/35588)) ([#35590](https://github.com/frappe/erpnext/issues/35590)) ([e505516](https://github.com/frappe/erpnext/commit/e5055160fbd8abe48cf0612eb68fa246caafaed3)) * `TypeError` in Closing Stock Balance ([32e5bbb](https://github.com/frappe/erpnext/commit/32e5bbbb46ebe0872363f87d430d0fa9559a00dd)) * **accounts:** validate payment entry references with latest data. ([#31166](https://github.com/frappe/erpnext/issues/31166)) ([4add1b4](https://github.com/frappe/erpnext/commit/4add1b4374273b90cbccdf9e3096564321360651)) * added process loss in job card ([6a21d61](https://github.com/frappe/erpnext/commit/6a21d617cebf46420ab166c817a98fc0dc97deec)) * allow user to set rounding loss allowance for accounts balance ([cf14858](https://github.com/frappe/erpnext/commit/cf14858909209fbe640803ed535004dd6138e160)) * attribute error on payment reconciliation tool ([25b3c77](https://github.com/frappe/erpnext/commit/25b3c7736b3f99a0193cfe58bc0238a4508223a9)) * based on status_update.py update opportunity status to converted… ([#35145](https://github.com/frappe/erpnext/issues/35145)) ([dee8275](https://github.com/frappe/erpnext/commit/dee82754abd186a8acc0602c8aa4d5c71d89aba3)) * calculate wdv depr schedule properly for existing assets [v14] ([#35613](https://github.com/frappe/erpnext/issues/35613)) ([feb5d00](https://github.com/frappe/erpnext/commit/feb5d0089b48ed48748c8383a7c4f324ef822bb9)) * conflicts ([2060a00](https://github.com/frappe/erpnext/commit/2060a003c87264a0601bf575898d0d36e881a29d)) * CSS not applied to product title ([#35630](https://github.com/frappe/erpnext/issues/35630)) ([2cf871c](https://github.com/frappe/erpnext/commit/2cf871c21e6081ccb8902669819a4eaff49aceb6)) * don't set default payment amount in case of invoice return ([#35645](https://github.com/frappe/erpnext/issues/35645)) ([79483cc](https://github.com/frappe/erpnext/commit/79483cc90eb71fa82d645b2cf54d9731502cf6c7)) * Lower deduction certificate not getting applied ([#35667](https://github.com/frappe/erpnext/issues/35667)) ([6f59fa9](https://github.com/frappe/erpnext/commit/6f59fa9e5bc4246cd4f1039f82da5577a26d4cfa)) * Make difference entry button not working ([#35622](https://github.com/frappe/erpnext/issues/35622)) ([043815e](https://github.com/frappe/erpnext/commit/043815e745807b6a99b1570e2aa1b4a84f7b52b1)) * make showing taxes as table in print configurable (backport [#35672](https://github.com/frappe/erpnext/issues/35672)) ([#35678](https://github.com/frappe/erpnext/issues/35678)) ([f39ae9d](https://github.com/frappe/erpnext/commit/f39ae9dbb1e9dc55927d104d91e982578a35623e)) * Payment against credit notes will be considered as payment against parent invoice in Accounts Receivable/Payable report ([#35642](https://github.com/frappe/erpnext/issues/35642)) ([81ef2ba](https://github.com/frappe/erpnext/commit/81ef2babe97fcaebd0765d48d1219a741162cf00)) * Project in item-wise sales register ([#35596](https://github.com/frappe/erpnext/issues/35596)) ([7737b90](https://github.com/frappe/erpnext/commit/7737b9061fe84841a35141dfd9e79592b09e1515)) * Stock Reconciliation document update while reposting ([8b617fb](https://github.com/frappe/erpnext/commit/8b617fb75e374f199a3d942bd03a4344f99bbbc0)) * test case ([7af0380](https://github.com/frappe/erpnext/commit/7af03800c9709b328f9b649e50edfea50edc6a6d)) * Update de.csv ([#35278](https://github.com/frappe/erpnext/issues/35278)) ([2077f6e](https://github.com/frappe/erpnext/commit/2077f6e89cff76f874ec2af2acd75fddf3f566c1)) * Validation for delivery date in Sales Order ([#35597](https://github.com/frappe/erpnext/issues/35597)) ([4a8ce22](https://github.com/frappe/erpnext/commit/4a8ce226f6204bf1ed484ffb2c3689ddccc19468)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6bb61aa7f4f..7a3186804a3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.1" +__version__ = "14.27.2" def get_default_company(user=None):