From 1e16e751ee43f9cc676a1711eb094d10c73eba40 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 20 Jan 2026 16:40:54 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.95.0 # [15.95.0](https://github.com/frappe/erpnext/compare/v15.94.3...v15.95.0) (2026-01-20) ### Bug Fixes * **accounts_controller:** make return message translatable ([8f6095d](https://github.com/frappe/erpnext/commit/8f6095d05f1d1d8f162e227ff4bdcd106601a09c)) * **accounts:** add missing accounting dimensions in advance taxes and charges ([1d5f406](https://github.com/frappe/erpnext/commit/1d5f406930c9783d27d0bff29c86a590c6a37cf9)) * add other charges in total ([3ef4fa5](https://github.com/frappe/erpnext/commit/3ef4fa51dcdede9d0dce0444a76106b18e971b52)) * allow disassemble stock entry without work order (backport [#51761](https://github.com/frappe/erpnext/issues/51761)) ([#51835](https://github.com/frappe/erpnext/issues/51835)) ([be20698](https://github.com/frappe/erpnext/commit/be2069883ed743286f5cc559f9e474d45d0f1696)) * calculate net profit amount from root node accounts ([e9573b0](https://github.com/frappe/erpnext/commit/e9573b0b933bee4721cd12838f548f75b6701a64)) * common_party_path ([#51826](https://github.com/frappe/erpnext/issues/51826)) ([6225217](https://github.com/frappe/erpnext/commit/62252170dd14528b9d140d480696a923fc856ad4)) * docs_path ([b3df300](https://github.com/frappe/erpnext/commit/b3df300ea5a936f6ecc7bb213970d8c64e5bc336)) * **manufacturing:** consider process loss qty while validating the work order ([4418fb4](https://github.com/frappe/erpnext/commit/4418fb48a9f30e660b878d62389cc7ea21ccec8c)) * **pos:** reapply set warehouse during cart update ([75b4a0a](https://github.com/frappe/erpnext/commit/75b4a0a89ce218d7afdb376b760dfa26bbb4043d)) * **postgres:** compute current month sales without DATE_FORMAT ([fbf4305](https://github.com/frappe/erpnext/commit/fbf4305028da9168b64756872a431eba3924e9c7)) * **postgres:** fix v15 migration failures on Postgres ([#51481](https://github.com/frappe/erpnext/issues/51481)) ([eef26fe](https://github.com/frappe/erpnext/commit/eef26fea9adc2aa561f39ce88279cf342be17a5d)) * prevent UOM from updating incorrectly while scanning barcode ([d196956](https://github.com/frappe/erpnext/commit/d1969563071af34f44845897d73ab1d05cf00807)) * **process statement of accounts:** allow renaming ([8b2778b](https://github.com/frappe/erpnext/commit/8b2778b29f711f47414c3501372e1a158cb38576)) * **process statement of accounts:** naming of reports ([054468a](https://github.com/frappe/erpnext/commit/054468a5eff3d583827661992aeddc23091bfa0c)) * RFQ does not fetch html response ([90e8090](https://github.com/frappe/erpnext/commit/90e8090dccf396ad72b5b219ca786ab592c4548e)) * **sales analytics:** add curve filter ([c2995f6](https://github.com/frappe/erpnext/commit/c2995f6800f6bdcd462590e2908837a7c590afb3)) * Show non-SLE vouchers with GL entries in Stock vs Account Value Comparison report ([6219d7d](https://github.com/frappe/erpnext/commit/6219d7d9a59ea57af02d14e55424fca64b255f53)) * **stock entry:** calculate transferred quantity using transfer_qty (backport [#51656](https://github.com/frappe/erpnext/issues/51656)) ([#51675](https://github.com/frappe/erpnext/issues/51675)) ([1da781f](https://github.com/frappe/erpnext/commit/1da781f2aedd9d7fa1a33b82f90203ae9f4f5c0c)) * **stock:** resolve quantity issue when adding items via barcode scan ([c508ef5](https://github.com/frappe/erpnext/commit/c508ef5b82bd2b38db0a09128ec007ee913ccc13)) * **transaction.js:** use flt instead of cint for plc_conversion_rate ([f618bf2](https://github.com/frappe/erpnext/commit/f618bf212ff468a89b236b170e52c0ef5ccbebb6)) * valuation rate for non batchwise valuation ([3008c7a](https://github.com/frappe/erpnext/commit/3008c7ad82eec6d7ef157421f5cf39660b851cc0)) ### Features * add new 2025 Charts of Accounts for France ([6af6fe8](https://github.com/frappe/erpnext/commit/6af6fe82046c83788c1a1c7434204506f91023d8)) * **process statement of accounts:** added more frequency options for auto email ([546ab05](https://github.com/frappe/erpnext/commit/546ab05eb5ff596a36231314ff51b148a175b2ab)) * remove old French chart of accounts with code as nex 2025 is provided ([e568ab2](https://github.com/frappe/erpnext/commit/e568ab2255cd60fa16d616d5e1d214ffdb6a1a2c)) ### Performance Improvements * prevent duplicate reposting for the same item ([eff9595](https://github.com/frappe/erpnext/commit/eff9595e342facbbca804f8b4da56d28628b3b07)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5b076e38dc6..8bd5d6c2a0e 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.94.3" +__version__ = "15.95.0" def get_default_company(user=None):