From b268de460967f3eb2de2d1f28cc464ae9c2fd3e3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 28 Jan 2026 04:14:22 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.95.1 ## [15.95.1](https://github.com/frappe/erpnext/compare/v15.95.0...v15.95.1) (2026-01-28) ### Bug Fixes * allow creation of DN in SI for items not having DN reference ([184fa88](https://github.com/frappe/erpnext/commit/184fa889c33b13b184132dea6d35e0621e7124ff)) * **asset capitalization:** update asset values using db_set ([74bf61e](https://github.com/frappe/erpnext/commit/74bf61e0c152507b954ff8e07326d6dbcd771cdb)) * autofill warehouse for packed items ([0a87fa5](https://github.com/frappe/erpnext/commit/0a87fa53489ef01b984b8d517f56aa8cd9404c8e)) * Bin reserved qty for production for extra material transfer ([b5d8477](https://github.com/frappe/erpnext/commit/b5d84773545362715f61dbe17930a977fa81ee43)) * check the payment ledger entry has the dimension ([#51823](https://github.com/frappe/erpnext/issues/51823)) ([468ec80](https://github.com/frappe/erpnext/commit/468ec805f101283124797063865644f113a7c718)) * Ensure paid_amount is always numeric before calling allocate_amount_to_references (backport [#50935](https://github.com/frappe/erpnext/issues/50935)) ([#52035](https://github.com/frappe/erpnext/issues/52035)) ([9fce694](https://github.com/frappe/erpnext/commit/9fce694936f38ba62399aba9ba28517462c0731f)) * handle parent level project change ([7146c03](https://github.com/frappe/erpnext/commit/7146c0385cdf13322c80ff8daf112dfc4856d295)) * handle undefined bank_transaction_mapping in quick entry ([d4195d3](https://github.com/frappe/erpnext/commit/d4195d31bf49e889b43bb82d1af266057e4cc607)) * job cards should not be deleted on close of WO ([8d06ee3](https://github.com/frappe/erpnext/commit/8d06ee3966271fbfec499a4409c00a73f8fca0e4)) * **journal-entry:** prevent submit failure due to double background queuing (backport [#52083](https://github.com/frappe/erpnext/issues/52083)) ([#52086](https://github.com/frappe/erpnext/issues/52086)) ([72a9b58](https://github.com/frappe/erpnext/commit/72a9b58b14c310da75e7632ae71c987945edd66f)) * negative stock for purchae return ([f9fd0ff](https://github.com/frappe/erpnext/commit/f9fd0ffbae96f2191cdfffe72681f00dbb29966b)) * **payment entry:** update currency symbol (backport [#51956](https://github.com/frappe/erpnext/issues/51956)) ([#52093](https://github.com/frappe/erpnext/issues/52093)) ([934b549](https://github.com/frappe/erpnext/commit/934b5494f012b05e245c4a35816119322edcfec0)) * **project:** add missing counter to project update naming series ([f61305a](https://github.com/frappe/erpnext/commit/f61305aa4560f585fc572bb42a2a8f093bca3ad1)) * rejected qty in PR doesn't consider conversion factor ([83352b5](https://github.com/frappe/erpnext/commit/83352b5a34ac5a127f2b6ff289b282a9746dcb42)) * **sales order:** set project at item level from parent ([a09b73e](https://github.com/frappe/erpnext/commit/a09b73e65d98253f1a6f370504cb6408bed87496)) * **shipment:** user contact validation to use full name ([90dc22a](https://github.com/frappe/erpnext/commit/90dc22a57d51c54b4b2c1ccd7a0c33276cef3fc5)) * show message if image is removed from item description ([0c89cd5](https://github.com/frappe/erpnext/commit/0c89cd55248a7d9bab6750375fb6ae7c9a4e339c)) * **stock:** use purchase UOM in Supplier Quotation items ([dadd4b1](https://github.com/frappe/erpnext/commit/dadd4b1f95937811472a51334718fbafa1755c66)) * strip whitespace in customer_name ([853faca](https://github.com/frappe/erpnext/commit/853facad96410205b2ebf9b26e68c9085e2e6395)) * swedish_address_template ([5e61922](https://github.com/frappe/erpnext/commit/5e6192249e5dc20c322f00f9d26e4353f5239d71)) * UOM of item not fetching in BOM ([14de520](https://github.com/frappe/erpnext/commit/14de520ebb9307004faa34199f80ba756fa2e360)) * update country_wise_tax.json for Algerian Taxes (backport [#51878](https://github.com/frappe/erpnext/issues/51878)) ([#52037](https://github.com/frappe/erpnext/issues/52037)) ([d89ac99](https://github.com/frappe/erpnext/commit/d89ac99e761816e62668c342152dce35ee4dca17)) * validation to check at-least one raw material for manufacture entry ([650f874](https://github.com/frappe/erpnext/commit/650f874fbdd7cc949c6e2088ed91df8249119e91)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8bd5d6c2a0e..317d8b4b6b3 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.95.0" +__version__ = "15.95.1" def get_default_company(user=None):