Skip to content

Commit b268de4

Browse files
committed
chore(release): Bumped to Version 15.95.1
## [15.95.1](v15.95.0...v15.95.1) (2026-01-28) ### Bug Fixes * allow creation of DN in SI for items not having DN reference ([184fa88](184fa88)) * **asset capitalization:** update asset values using db_set ([74bf61e](74bf61e)) * autofill warehouse for packed items ([0a87fa5](0a87fa5)) * Bin reserved qty for production for extra material transfer ([b5d8477](b5d8477)) * check the payment ledger entry has the dimension ([#51823](#51823)) ([468ec80](468ec80)) * Ensure paid_amount is always numeric before calling allocate_amount_to_references (backport [#50935](#50935)) ([#52035](#52035)) ([9fce694](9fce694)) * handle parent level project change ([7146c03](7146c03)) * handle undefined bank_transaction_mapping in quick entry ([d4195d3](d4195d3)) * job cards should not be deleted on close of WO ([8d06ee3](8d06ee3)) * **journal-entry:** prevent submit failure due to double background queuing (backport [#52083](#52083)) ([#52086](#52086)) ([72a9b58](72a9b58)) * negative stock for purchae return ([f9fd0ff](f9fd0ff)) * **payment entry:** update currency symbol (backport [#51956](#51956)) ([#52093](#52093)) ([934b549](934b549)) * **project:** add missing counter to project update naming series ([f61305a](f61305a)) * rejected qty in PR doesn't consider conversion factor ([83352b5](83352b5)) * **sales order:** set project at item level from parent ([a09b73e](a09b73e)) * **shipment:** user contact validation to use full name ([90dc22a](90dc22a)) * show message if image is removed from item description ([0c89cd5](0c89cd5)) * **stock:** use purchase UOM in Supplier Quotation items ([dadd4b1](dadd4b1)) * strip whitespace in customer_name ([853faca](853faca)) * swedish_address_template ([5e61922](5e61922)) * UOM of item not fetching in BOM ([14de520](14de520)) * update country_wise_tax.json for Algerian Taxes (backport [#51878](#51878)) ([#52037](#52037)) ([d89ac99](d89ac99)) * validation to check at-least one raw material for manufacture entry ([650f874](650f874))
1 parent 44b726c commit b268de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.95.0"
7+
__version__ = "15.95.1"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)