From 7b8b58f8ca25d7950498114d47e39695e6f01010 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 15 May 2024 05:12:37 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.23.2 ## [15.23.2](https://github.com/frappe/erpnext/compare/v15.23.1...v15.23.2) (2024-05-15) ### Bug Fixes * 'Bill for Rejected Quantity in Purchase Invoice' feature not working (backport [#41437](https://github.com/frappe/erpnext/issues/41437)) ([#41445](https://github.com/frappe/erpnext/issues/41445)) ([b8db903](https://github.com/frappe/erpnext/commit/b8db9033204da35b0e214d86d81f31f42a0c3586)) * address filter and quotation to for prospect ([37741b5](https://github.com/frappe/erpnext/commit/37741b5b45a83525cdcef51ef7566fcb5098a1ce)) * address filter and quotation to for prospect ([394b1f4](https://github.com/frappe/erpnext/commit/394b1f499d1aa6ee78045ef0f87b460005f4b0c2)) * address filter and quotation to for prospect ([cdbb515](https://github.com/frappe/erpnext/commit/cdbb51537905d16de7929725e6cc8e50bc0845a5)) * Asset cancelation issue ([e18be9b](https://github.com/frappe/erpnext/commit/e18be9b21e7905ab4c8eb3d3be94ea3010b821c5)) * consistent use of "Address & Contact" (backport [#41386](https://github.com/frappe/erpnext/issues/41386)) ([#41388](https://github.com/frappe/erpnext/issues/41388)) ([b6f82a6](https://github.com/frappe/erpnext/commit/b6f82a656f5a5399a71da0cbc0beade7a5ebad5f)) * daily prorata based depreciation bug in wdv method ([c335c2c](https://github.com/frappe/erpnext/commit/c335c2c85a26ee9c4c0b306c4cf07ae18c936cb0)) * data getting override in delivery trip (backport [#41431](https://github.com/frappe/erpnext/issues/41431)) ([#41433](https://github.com/frappe/erpnext/issues/41433)) ([15d2881](https://github.com/frappe/erpnext/commit/15d2881bc891a23c591d4db1defb7f1f2b211249)) * Duplicate party name column in AR/AP report ([55edbec](https://github.com/frappe/erpnext/commit/55edbec6fa508ce9e8e8efc9e672fdcfe71affae)) * incorrect total days calculation ([01b25b5](https://github.com/frappe/erpnext/commit/01b25b5821753a2111c7e82a2a4f26801447a423)) * **minor:** removed extra parameter ([ce2c6c3](https://github.com/frappe/erpnext/commit/ce2c6c31651536d735bcda0b3729012d905fd058)) * pro rata based depreciation with opening accumulated depreciation ([72f3fb2](https://github.com/frappe/erpnext/commit/72f3fb2a2ca84ff3ddb2fc25f20394cd6dfebeae)) * PSOA ageing ([6590d78](https://github.com/frappe/erpnext/commit/6590d782989de2f2c7f4689045147397a6b01bf6)) * removed same named function ([955ce9b](https://github.com/frappe/erpnext/commit/955ce9b670caf55d5b1c31e10c54f62bfb8d1dd6)) * removed unrelated code modification ([0aca1e8](https://github.com/frappe/erpnext/commit/0aca1e8e05dead191ee323df7f0615e6e12457f4)) * resolved conflict ([520e1e9](https://github.com/frappe/erpnext/commit/520e1e9c8f5771b5209e4d2fc5b8a7bd774ff06a)) * resolved conflict ([3a72f4b](https://github.com/frappe/erpnext/commit/3a72f4bd309602358457406652433d11e0995f2c)) * resolved conflict ([8cca74d](https://github.com/frappe/erpnext/commit/8cca74d5ef720788512108e0a2610db42935c6a9)) * Unknown column 'tabBatch.batch_no' in 'where clause' (backport [#41418](https://github.com/frappe/erpnext/issues/41418)) ([#41444](https://github.com/frappe/erpnext/issues/41444)) ([d988c7b](https://github.com/frappe/erpnext/commit/d988c7bd0698e2e300681384bcff847dd7d072bc)) * update description of Supplier Invoice Number ([a7533ff](https://github.com/frappe/erpnext/commit/a7533ff7f6a51dd41c299d05eefdb9e3e592140d)) * valuation issue for batch (backport [#41425](https://github.com/frappe/erpnext/issues/41425)) ([#41430](https://github.com/frappe/erpnext/issues/41430)) ([f55a131](https://github.com/frappe/erpnext/commit/f55a131dea68986c3f3a29336fc5748184d6e054)) * **wip:** daily depreciation bug ([1016ec2](https://github.com/frappe/erpnext/commit/1016ec2a148859c2016ee4e7af36e96e5f89bae8)) * **wip:** depreciation calculation after asset value adjustment ([3eff9c9](https://github.com/frappe/erpnext/commit/3eff9c97794a8caedb3862fc2fbeb499c2620684)) * zero valuation rate for batched item (backport [#41446](https://github.com/frappe/erpnext/issues/41446)) ([#41447](https://github.com/frappe/erpnext/issues/41447)) ([5c3a096](https://github.com/frappe/erpnext/commit/5c3a0965bc1de4886a05329154f32902938d6926)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c5331681dff..a1f9b11f512 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.23.1" +__version__ = "15.23.2" def get_default_company(user=None):