From 9c915ceeb2e600fdfab91f59f483bd0cbae808da Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 28 Sep 2022 09:49:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.2.1 ## [14.2.1](https://github.com/frappe/erpnext/compare/v14.2.0...v14.2.1) (2022-09-28) ### Bug Fixes * `For Quantity` error msg in `Stock Entry` ([4b6e1f4](https://github.com/frappe/erpnext/commit/4b6e1f489213e4c911d2ee367ae0b4e558c2d93f)) * Add return against indexes for POS Invoice ([3abe4a1](https://github.com/frappe/erpnext/commit/3abe4a16af88c0e0e223399a29dbdd3c417d04f3)) * Add return against indexes for POS Invoice ([32ad36a](https://github.com/frappe/erpnext/commit/32ad36ad0f5bfe36d76adfbc7d07387edcf1f7c3)) * Add strings to translate function ([2eeff8a](https://github.com/frappe/erpnext/commit/2eeff8a00bdac96b1df7e2131ce568ba9d99885f)) * add translate function to strings ([f5a3f8b](https://github.com/frappe/erpnext/commit/f5a3f8b48649a0cc4bd650c0eee214b4a127fcc9)) * add translate function to strings ([e464de3](https://github.com/frappe/erpnext/commit/e464de3c5dbce204efe3ee60d3a3a12500bdcdf4)) * allow to return expired batches using purchase return ([305eb02](https://github.com/frappe/erpnext/commit/305eb02bfcd337e1260acb76e3f2c9571d4e074e)) * consider overproduction percentage for WO finish button ([4a29c7f](https://github.com/frappe/erpnext/commit/4a29c7fafb2401c7dca6d388f36c394ec9554781)) * difference amount calculation on payment reconciliation ([b389740](https://github.com/frappe/erpnext/commit/b3897406b08e444c0597e1a27c52fee49e8f2cdc)) * get amount in words for debit note ([7554ac9](https://github.com/frappe/erpnext/commit/7554ac9569d1b8a2bc3d36ae266010aa656c3790)) * item_code key error in production plan ([4e31448](https://github.com/frappe/erpnext/commit/4e31448e3ddd51ad7c5bab053d852a1d2ed7bfc4)) * Move subscription process to hourly long quque ([b2f280d](https://github.com/frappe/erpnext/commit/b2f280dee60a5b266a0ea0b685716ce5794935e6)) * opening entry causing discepancy between stock and trial balance ([2fd0291](https://github.com/frappe/erpnext/commit/2fd0291afbae4c36c4d1204c616e388340207ed9)) * POS only validate QTY if is_stock_item ([29c4a32](https://github.com/frappe/erpnext/commit/29c4a32c335cae5fd2e2de8bc84bd028b5f2c217)) * POS properly validate stock for bundle products ([6b55a01](https://github.com/frappe/erpnext/commit/6b55a01834ff66ac0ee3ecb3aba17969d14b6d17)) * Reduce font size for Process Statement of accounts print/pdf ([bcfa9b8](https://github.com/frappe/erpnext/commit/bcfa9b859332e81d2aefb799aed11a8a61578720)) * report chart field type ([931aa62](https://github.com/frappe/erpnext/commit/931aa620725aa8c8095bca6fafb35fd08229506c)) * Scrap Asset Accounting Dimensions (backport [#31949](https://github.com/frappe/erpnext/issues/31949)) ([#32376](https://github.com/frappe/erpnext/issues/32376)) ([a28ae4d](https://github.com/frappe/erpnext/commit/a28ae4d6534f40cb4b7844c09998e9589e4d4fb5)) * total value in all keys ([24234d5](https://github.com/frappe/erpnext/commit/24234d584d55e5a5a25d27ac2e072d353e1c03ff)) * typo on opportunity summary by sales stage report ([a403e72](https://github.com/frappe/erpnext/commit/a403e729d68d919dba762c62faacb96acb8b3eaf)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 104a4901762..a87507f4250 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.2.0" +__version__ = "14.2.1" def get_default_company(user=None):