From 0dd16fc97d43d85d04be58a0e5451bdf9ac15264 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 7 Jun 2023 06:18:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.0 # [14.27.0](https://github.com/frappe/erpnext/compare/v14.26.0...v14.27.0) (2023-06-07) ### Bug Fixes * add validation for existing Serial No Manufactured/Received again ([#35534](https://github.com/frappe/erpnext/issues/35534)) ([4ed701b](https://github.com/frappe/erpnext/commit/4ed701b477ed79113899c5f96af4ad640f7943b6)) * get party details ([c7391c8](https://github.com/frappe/erpnext/commit/c7391c8a0fd6f2dfd39f832e2497cc5cbee0351d)) * higher precision makes ERR to misjudge zero bal acc as non-zero ([456c336](https://github.com/frappe/erpnext/commit/456c33689938609479d121ae6fe85417a5762369)) * ignore `Non-Stock Item` mapping in Pick List ([200166b](https://github.com/frappe/erpnext/commit/200166bc24fb14ab9fa62f16f07eb7bf744ab764)) * ignore `Non-Stock Item` while calculating `% Picked` in Sales Order ([c0d8271](https://github.com/frappe/erpnext/commit/c0d82710b72fc039ef0d367ff1c656513b2e3ac6)) * Interest Accrual on Loan Topup ([#35555](https://github.com/frappe/erpnext/issues/35555)) ([6140f13](https://github.com/frappe/erpnext/commit/6140f13f3ab885549b73d6d8d620eceb6158a4f0)) * missing bom details in the stock entry ([2ee0229](https://github.com/frappe/erpnext/commit/2ee0229751771f6ba5eaf5ccf41f0a70c2d6807c)) * **regional:** allow regional override for updating gl_dict ([#35550](https://github.com/frappe/erpnext/issues/35550)) ([57b502b](https://github.com/frappe/erpnext/commit/57b502b9de2e087beecb896bdfa0fddfab4c305f)) * Task gantt popup style ([20e2242](https://github.com/frappe/erpnext/commit/20e224224b0d988979e2689784fc25ec4ee4b1b6)) * update `Stock Reconciliation` document while reposting ([cc95ced](https://github.com/frappe/erpnext/commit/cc95cedfee3c09037a97574ca1a04b2d98c72965)) * **ux:** throw if no row selected to create repost entries (backport [#35503](https://github.com/frappe/erpnext/issues/35503)) ([#35504](https://github.com/frappe/erpnext/issues/35504)) ([5ba5fb1](https://github.com/frappe/erpnext/commit/5ba5fb1b1c7efc04a85296d0b6e9f0062b535076)) ### Features * ability to create quotation against a prospect ([d82d159](https://github.com/frappe/erpnext/commit/d82d1597ac4ea03008443106553760c3560f8848)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c6931dcdc4a..0d94fc1cd23 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.26.0" +__version__ = "14.27.0" def get_default_company(user=None):