Skip to content

Commit 1e16e75

Browse files
committed
chore(release): Bumped to Version 15.95.0
# [15.95.0](v15.94.3...v15.95.0) (2026-01-20) ### Bug Fixes * **accounts_controller:** make return message translatable ([8f6095d](8f6095d)) * **accounts:** add missing accounting dimensions in advance taxes and charges ([1d5f406](1d5f406)) * add other charges in total ([3ef4fa5](3ef4fa5)) * allow disassemble stock entry without work order (backport [#51761](#51761)) ([#51835](#51835)) ([be20698](be20698)) * calculate net profit amount from root node accounts ([e9573b0](e9573b0)) * common_party_path ([#51826](#51826)) ([6225217](6225217)) * docs_path ([b3df300](b3df300)) * **manufacturing:** consider process loss qty while validating the work order ([4418fb4](4418fb4)) * **pos:** reapply set warehouse during cart update ([75b4a0a](75b4a0a)) * **postgres:** compute current month sales without DATE_FORMAT ([fbf4305](fbf4305)) * **postgres:** fix v15 migration failures on Postgres ([#51481](#51481)) ([eef26fe](eef26fe)) * prevent UOM from updating incorrectly while scanning barcode ([d196956](d196956)) * **process statement of accounts:** allow renaming ([8b2778b](8b2778b)) * **process statement of accounts:** naming of reports ([054468a](054468a)) * RFQ does not fetch html response ([90e8090](90e8090)) * **sales analytics:** add curve filter ([c2995f6](c2995f6)) * Show non-SLE vouchers with GL entries in Stock vs Account Value Comparison report ([6219d7d](6219d7d)) * **stock entry:** calculate transferred quantity using transfer_qty (backport [#51656](#51656)) ([#51675](#51675)) ([1da781f](1da781f)) * **stock:** resolve quantity issue when adding items via barcode scan ([c508ef5](c508ef5)) * **transaction.js:** use flt instead of cint for plc_conversion_rate ([f618bf2](f618bf2)) * valuation rate for non batchwise valuation ([3008c7a](3008c7a)) ### Features * add new 2025 Charts of Accounts for France ([6af6fe8](6af6fe8)) * **process statement of accounts:** added more frequency options for auto email ([546ab05](546ab05)) * remove old French chart of accounts with code as nex 2025 is provided ([e568ab2](e568ab2)) ### Performance Improvements * prevent duplicate reposting for the same item ([eff9595](eff9595))
1 parent cff3407 commit 1e16e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import frappe
55
from frappe.utils.user import is_website_user
66

7-
__version__ = "15.94.3"
7+
__version__ = "15.95.0"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)