From 6e699178ae60639e54504fd38c99a75d7543c3b7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 13 May 2025 14:04:07 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.61.0 # [15.61.0](https://github.com/frappe/erpnext/compare/v15.60.2...v15.61.0) (2025-05-13) ### Bug Fixes * accumulate values for all the fiscal years in Profit And Loss Statement ([6dbdc36](https://github.com/frappe/erpnext/commit/6dbdc36af911358fc31cbf0c672932a8718dd994)) * added PR/PI overbilling validation (backport [#47385](https://github.com/frappe/erpnext/issues/47385)) ([#47497](https://github.com/frappe/erpnext/issues/47497)) ([309ea7b](https://github.com/frappe/erpnext/commit/309ea7b9cfa9481d14ab50d6f343dae29e6246fa)) * broken test suite due to incorrect OR filter ([4a37f2a](https://github.com/frappe/erpnext/commit/4a37f2a925f4bfc15a4450b51dedac64a34233e8)) * condition for advance_account assignment ([b6e5e33](https://github.com/frappe/erpnext/commit/b6e5e3347d828a79e7ced19552dd73ad92763d64)) * do not mandate depreciation accounts for non depreciable asset category ([a75931c](https://github.com/frappe/erpnext/commit/a75931c90f78ca156449cdec1e9c4a81cd308191)) * dont auto-fetch latest exchange rate ([0adb715](https://github.com/frappe/erpnext/commit/0adb7156cd4ee644897b85a7373b1a07125d082e)) * error while making SABB for backdated stock reco ([7ba7d1a](https://github.com/frappe/erpnext/commit/7ba7d1a2a4bb9f8f61f180ec10dd52dc82f4ae6d)) * ignore "Account Closing Balance" doctype on Period Closing Voucher cancellation ([39c0291](https://github.com/frappe/erpnext/commit/39c029133f4f88e7e809feed845ee0320d590acf)) * only depreciable category assets are allowed for depreciation ([242a119](https://github.com/frappe/erpnext/commit/242a119f952adead8074478b772c5ded111a000e)) * **payment-reconciliation:** use reconciliation_takes_effect_on from company ([25fabda](https://github.com/frappe/erpnext/commit/25fabda40ae14620d8cc8d13c994d7e347eccb68)) * POS non-stock item mistakenly hidden as unavailable (backport [#47493](https://github.com/frappe/erpnext/issues/47493)) ([#47506](https://github.com/frappe/erpnext/issues/47506)) ([b18692c](https://github.com/frappe/erpnext/commit/b18692c1202e7aba117793319b29803ac8bfaf25)) * resolved conflicts ([dcfae61](https://github.com/frappe/erpnext/commit/dcfae61a7a3511d8912eb2c696accd282ceb0497)) * timesheet portal showing total billing hours ([64ae4e1](https://github.com/frappe/erpnext/commit/64ae4e1fecb0d04f666416844a6b8b3f1da9e808)) * typo ([d61a85e](https://github.com/frappe/erpnext/commit/d61a85e31697847f32def4bfb56fcee49a6874e3)) * typo in event.js ([67d24e9](https://github.com/frappe/erpnext/commit/67d24e9635cec7fa2be5517cfbfc9c5f8a83e701)) * warning message for COGS account in the stock entry ([7abe199](https://github.com/frappe/erpnext/commit/7abe199e2ab2d68e370e643adaf9c280249e38d4)) ### Features * add non depreciable category checkbox in asset category ([96d3bfd](https://github.com/frappe/erpnext/commit/96d3bfd2d9901ac740239de9a21eecd1a7cd8c99)) * add routing/sequencing to work order operations (backport [#46975](https://github.com/frappe/erpnext/issues/46975)) ([#47534](https://github.com/frappe/erpnext/issues/47534)) ([56d0357](https://github.com/frappe/erpnext/commit/56d0357f6fc0d86faf9af4ad7d6ed6f36e7d0805)) ### Performance Improvements * Skip link checking on repost's remove_attached_file (backport [#45061](https://github.com/frappe/erpnext/issues/45061)) ([#47450](https://github.com/frappe/erpnext/issues/47450)) ([09e7bfb](https://github.com/frappe/erpnext/commit/09e7bfbacb80c5e42ce6b47ff7dcf63e5810f826)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7f9b0b127b0..1d2eb5fa7db 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.60.2" +__version__ = "15.61.0" def get_default_company(user=None):