From 22a19e4b6e9cd37e9f68a99a74eb7e28c9bfec94 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 18 Jul 2023 13:59:37 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.31.0 # [14.31.0](https://github.com/frappe/erpnext/compare/v14.30.7...v14.31.0) (2023-07-18) ### Bug Fixes * `TypeError` while creating WO from PP (backport [#36136](https://github.com/frappe/erpnext/issues/36136)) ([#36137](https://github.com/frappe/erpnext/issues/36137)) ([dd51010](https://github.com/frappe/erpnext/commit/dd5101056dd6f54d13f981c608a80cf868ea2b15)) * Account balance patch and query fixes ([#36117](https://github.com/frappe/erpnext/issues/36117)) ([0147754](https://github.com/frappe/erpnext/commit/0147754273c726d6e64b283231c3cc3c0a83287e)) * Accounts closing balance patch ([#36113](https://github.com/frappe/erpnext/issues/36113)) ([cf29156](https://github.com/frappe/erpnext/commit/cf29156139b56f3aaf72d45095e82a4329348c5e)) * allow manual asset receipt mov from nowhere ([#36093](https://github.com/frappe/erpnext/issues/36093)) ([4aaa1a1](https://github.com/frappe/erpnext/commit/4aaa1a15d7dfe9ad81d3cc1f000dac3e324cfa6f)) * Ambiguous column error while submitting stock entry ([#36058](https://github.com/frappe/erpnext/issues/36058)) ([a3a052b](https://github.com/frappe/erpnext/commit/a3a052bb514a726e1a1ca558f5e02a6c9fab59c6)) * circular dependency during reposting causing timeout error ([2c21404](https://github.com/frappe/erpnext/commit/2c21404813719a666c443964aa3583d2ad731538)) * get_dimension with_cost_center_and_project=false is not working ([#35974](https://github.com/frappe/erpnext/issues/35974)) ([42c93a1](https://github.com/frappe/erpnext/commit/42c93a1f000445b736ef64bcf32cfeb69b81ddb4)) * Handle multi-company in patch ([#36127](https://github.com/frappe/erpnext/issues/36127)) ([e7f5754](https://github.com/frappe/erpnext/commit/e7f57542ab26042521873d9a3a6b7135d1566a36)) * improve "Update Items" modal ([#36105](https://github.com/frappe/erpnext/issues/36105)) ([b86571d](https://github.com/frappe/erpnext/commit/b86571d9d450ae0e992713267751bf449a4b4d55)) * incorrect Balance Qty in the stock ledger for the item with Serial and Batch no ([373b868](https://github.com/frappe/erpnext/commit/373b868c1d3a6a10387eee74d0b09c829a361de1)) * incorrect Reserved Qty for Production Plan in BIN for multi-uom case ([2f632d0](https://github.com/frappe/erpnext/commit/2f632d031aa53e1e03763623449e7cde7dca3c55)) * Opening balance in TB report ([#36171](https://github.com/frappe/erpnext/issues/36171)) ([313ad7a](https://github.com/frappe/erpnext/commit/313ad7ae89d77969d5c950ac45a1a2dda60fa881)) * Opening entries showing up incorrectly in TB report ([#36135](https://github.com/frappe/erpnext/issues/36135)) ([d10e5e6](https://github.com/frappe/erpnext/commit/d10e5e666bef96b35af79c68d8e97ad9fb129d83)) * Remove current fiscal year from Global Defaults ([#35960](https://github.com/frappe/erpnext/issues/35960)) ([b877fa6](https://github.com/frappe/erpnext/commit/b877fa60dba309c5dc7809c01a315b1aa6fb2214)) * Trailing opening entries in Accounts closing balance ([#36175](https://github.com/frappe/erpnext/issues/36175)) ([8a607db](https://github.com/frappe/erpnext/commit/8a607db493212414a2c74704930b3aef2c15087a)) * validate docs in closed accounting period on save ([#36157](https://github.com/frappe/erpnext/issues/36157)) ([5985e02](https://github.com/frappe/erpnext/commit/5985e02574e387ef92a2bf0a9d2d1b49ad57cdd3)) ### Features * add local holidays ([#36116](https://github.com/frappe/erpnext/issues/36116)) ([94caf7f](https://github.com/frappe/erpnext/commit/94caf7f5a86c3028b93a34525f1478eb2ba24d17)) * add project filter in reports importing financial statements js file ([#36097](https://github.com/frappe/erpnext/issues/36097)) ([63e26e3](https://github.com/frappe/erpnext/commit/63e26e39d47e963868c2ca69afbf970c41de2808)) ### Performance Improvements * index in `Item` and `Item Variant Attribute` (backport [#36133](https://github.com/frappe/erpnext/issues/36133)) ([#36144](https://github.com/frappe/erpnext/issues/36144)) ([6198983](https://github.com/frappe/erpnext/commit/619898350af2090fb4f68e1638fb7c77da12c589)) * send SLA doctypes in boot ([adb6918](https://github.com/frappe/erpnext/commit/adb69188340e5ec841caf70d67f3c81c554b958b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 73dd306905a..fb11f9711cf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.30.7" +__version__ = "14.31.0" def get_default_company(user=None):