Skip to content

Commit b340d7c

Browse files
committed
chore(release): Bumped to Version 15.97.0
# [15.97.0](v15.96.1...v15.97.0) (2026-02-11) ### Bug Fixes * Added a missing option to the currency field (backport [#52528](#52528)) ([#52586](#52586)) ([a6f5b88](a6f5b88)) * **buying:** add supplier group link filters in field level ([436cb8d](436cb8d)) * email campaign timeout issue (backport [#51994](#51994)) ([#52555](#52555)) ([6c9681b](6c9681b)) * enabling skip delivery option for order type maintenance ([a8f05ca](a8f05ca)) * **gross profit report:** translate column Sales Invoice ([4e910d8](4e910d8)) * **gross-profit:** handle item group filters ([7cd9de2](7cd9de2)) * **gross-profit:** handle returns outside sale period ([303dac2](303dac2)) * handle gross profit and percentage for return invoices ([bde19ab](bde19ab)) * **manufacturing:** fix chart period keys ([99f3a7e](99f3a7e)) * **manufacturing:** handle None value for actual_end_date ([f965b35](f965b35)) * **map_current_doc:** prevent mutation of query args in get_query (backport [#52202](#52202)) ([#52583](#52583)) ([9519773](9519773)) * merge taxes in purchase receipt when get items from multiple purchase invoices ([#51422](#51422)) ([68338ab](68338ab)) * **quotation:** ignore zero ordered_qty ([ad92c02](ad92c02)) * rate comparison in stock reco ([cacca81](cacca81)) * remove incorrect validation from email digest throwing spurious error (backport [#51827](#51827)) ([#52582](#52582)) ([b034f3d](b034f3d)) * resolve conflicts ([36e2cf4](36e2cf4)) * return None instead of 0 if valuation rate is falsy ([195f020](195f020)) * stock balance report issue ([bda7220](bda7220)) * **stock:** add is group filter for warehouse fields ([5b7ee0a](5b7ee0a)) * **stock:** ignore pos reserved batches for stock levels ([635a421](635a421)) * **stock:** inward stock for pick list test record ([5a42ff0](5a42ff0)) * **stock:** set source warehouse for issue type ([19dca36](19dca36)) * **stock:** update target field attribute ([9cfd704](9cfd704)) * validate asset movement transaction date (backport [#52340](#52340)) ([#52560](#52560)) ([eea8cb5](eea8cb5)) ### Features * allow negative stock for the batch item ([4c094c3](4c094c3))
1 parent 0bd3c3b commit b340d7c

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.96.1"
7+
__version__ = "15.97.0"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)