From b95ab3425a2f61caffab3bcbbb09e0b91b8ff1ba Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 30 Aug 2023 13:56:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.37.0 # [14.37.0](https://github.com/frappe/erpnext/compare/v14.36.0...v14.37.0) (2023-08-30) ### Bug Fixes * added valuation field type (Float/Currency) in the filter (backport [#36866](https://github.com/frappe/erpnext/issues/36866)) ([#36868](https://github.com/frappe/erpnext/issues/36868)) ([22247cf](https://github.com/frappe/erpnext/commit/22247cfa179c178ba8d6bbd76dd566f6440ee5fa)) * Allow to make return against sales invoice which has closed sales order ([0f98cc8](https://github.com/frappe/erpnext/commit/0f98cc85e9dce00fa333474cfb438f243503df81)) * Asset Category filter is not working in asset depreciation([#36806](https://github.com/frappe/erpnext/issues/36806)) ([bd41cb2](https://github.com/frappe/erpnext/commit/bd41cb221b9cfb231271f07f0977cb09771c5454)) * create entries for only PR items present in LCV ([#36852](https://github.com/frappe/erpnext/issues/36852)) ([d2091cc](https://github.com/frappe/erpnext/commit/d2091cc22c6bdc1b83b67d82c0b305f1654ae6d6)) * error in report when data is not available to load chart in report (backport [#36842](https://github.com/frappe/erpnext/issues/36842)) ([#36853](https://github.com/frappe/erpnext/issues/36853)) ([9789b7b](https://github.com/frappe/erpnext/commit/9789b7bdefd453ac647f0cb760b681c2f6d5a76e)) * error listindexoutofrange when save a production plan ([#36807](https://github.com/frappe/erpnext/issues/36807)) ([fd41594](https://github.com/frappe/erpnext/commit/fd4159423d7e127499bdde04184f9e11f5fa9e78)) * fetch JVs in tax withholding report without party values ([bc6bd81](https://github.com/frappe/erpnext/commit/bc6bd81f87921c61cc855379eb2a915dadb2ff2b)) * fetch rounded total while pulling reference details on SO ([adc87f1](https://github.com/frappe/erpnext/commit/adc87f16a31d9d35505168e97cc0967f89267d77)) * missing company flag for regional fn ([#36791](https://github.com/frappe/erpnext/issues/36791)) ([c07548a](https://github.com/frappe/erpnext/commit/c07548a61235f371b93a7afde9ab7e25c6dc03d0)) * SCR return status (backport [#36793](https://github.com/frappe/erpnext/issues/36793)) ([#36796](https://github.com/frappe/erpnext/issues/36796)) ([6edfcf4](https://github.com/frappe/erpnext/commit/6edfcf4de82156be6e2ef2204e264e59a2d3b6eb)) * Tax withholding reversal on Debit Notes ([e8dc63c](https://github.com/frappe/erpnext/commit/e8dc63c89c01f6c8617a911ac87f56fc5768da12)) ### Features * **MR:** Project and Cost Center in Connections (backport [#36794](https://github.com/frappe/erpnext/issues/36794)) ([#36795](https://github.com/frappe/erpnext/issues/36795)) ([4fa0777](https://github.com/frappe/erpnext/commit/4fa07777e98ab9a4848f235d7a5e80b88a538b80)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 22bf6f80693..6248a1b510a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.36.0" +__version__ = "14.37.0" def get_default_company(user=None):