From a77388d520b18f30b2d3c8a23a7ce83fa2eb9b01 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 28 Sep 2022 10:10:58 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.39.2 ## [13.39.2](https://github.com/frappe/erpnext/compare/v13.39.1...v13.39.2) (2022-09-28) ### Bug Fixes * `For Quantity` error msg in `Stock Entry` ([a194d28](https://github.com/frappe/erpnext/commit/a194d28b698f0f6d68a196c268897780872dac79)) * Add return against indexes for POS Invoice ([9e8e7aa](https://github.com/frappe/erpnext/commit/9e8e7aab70506c10c9d381eaee583092e6d169fe)) * Add return against indexes for POS Invoice ([6c528d4](https://github.com/frappe/erpnext/commit/6c528d469dfb6efd378700b54f4c89339777b3de)) * allow to return expired batches using purchase return ([02468a9](https://github.com/frappe/erpnext/commit/02468a902f7c6eeb75ef092c8b29bea3e135c57e)) * consider overproduction percentage for WO finish button ([ed4ac10](https://github.com/frappe/erpnext/commit/ed4ac100ba98ff6287ac39025e3dd54caf67ce5e)) * difference amount calculation on payment reconciliation ([d68cdb4](https://github.com/frappe/erpnext/commit/d68cdb4f5e7d91db9d37c5f107b5595344468fdb)) * don't count half day in absent days in Monthly Attendance Sheet summarized view ([#32399](https://github.com/frappe/erpnext/issues/32399)) ([255aa7a](https://github.com/frappe/erpnext/commit/255aa7a84a5f3cc276819ff8705c3d714266d58f)) * **e-invoicing:** local variable 'res' referenced before assignment ([#32352](https://github.com/frappe/erpnext/issues/32352)) ([8f961ab](https://github.com/frappe/erpnext/commit/8f961abe8bf3e82f1b522ff01321c1dfc9506c3d)) * get amount in words for debit note ([0cd1cac](https://github.com/frappe/erpnext/commit/0cd1cacc29c96b14352e45e6256db91c2091d3d1)) * GST Itemised Sales Register GSTIN filter ([#32367](https://github.com/frappe/erpnext/issues/32367)) ([988c5b9](https://github.com/frappe/erpnext/commit/988c5b95e6bd8595a5d8de07de01841065d2673b)) * item_code key error in production plan ([638d5e9](https://github.com/frappe/erpnext/commit/638d5e9dc3185b6bee747407a3b3a2566f483803)) * Move subscription process to hourly long quque ([447c553](https://github.com/frappe/erpnext/commit/447c5539546b04d96332fe895ec8fd86444a8f98)) * opening entry causing discepancy between stock and trial balance ([70c68f0](https://github.com/frappe/erpnext/commit/70c68f011a62516c166c9ae7a6ba8d0f261ed34a)) * POS only validate QTY if is_stock_item ([ac8100f](https://github.com/frappe/erpnext/commit/ac8100f1e53de005e7cd2386b3275433209d20f8)) * POS properly validate stock for bundle products ([96fa14b](https://github.com/frappe/erpnext/commit/96fa14be889832495ad7e87d33106175f6dc1060)) * Reduce font size for Process Statement of accounts print/pdf ([1cfeb93](https://github.com/frappe/erpnext/commit/1cfeb9371cb853604163ad7a3279aa34bbf1c784)) * remove no_copy for ignore_pricing_rule ([8abfdb6](https://github.com/frappe/erpnext/commit/8abfdb65989b88ba21c1b576c8f32e7239e91a53)) * total value in all keys ([80d046a](https://github.com/frappe/erpnext/commit/80d046a38ca3ab9a0be0aa9a398fa39c095ee30a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f0b86595f68..1c0cf61907f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.39.1" +__version__ = "13.39.2" def get_default_company(user=None):