Skip to content

Commit 6209d63

Browse files
committed
chore(release): Bumped to Version 16.2.0
# [16.2.0](v16.1.0...v16.2.0) (2026-01-28) ### Bug Fixes * **accounts:** correct base grand total and rounded total mismatch (backport [#51739](#51739)) ([#52101](#52101)) ([6115f8f](6115f8f)) * **asset capitalization:** update total_asset_cost on asset capitalisation submission (backport [#52077](#52077)) ([#52115](#52115)) ([4f16956](4f16956)) * autofill warehouse for packed items ([881562f](881562f)) * Bin reserved qty for production for extra material transfer ([bf53133](bf53133)) * calculate weighted average rate for customer provided items in subcontracting inward order ([7120fbd](7120fbd)) * check the payment ledger entry has the dimension ([#51823](#51823)) ([7342b25](7342b25)) * check the payment ledger entry has the dimension (backport [#51823](#51823)) ([#52108](#52108)) ([1927adb](1927adb)) * create DN btn should not be shown if it cannot be created ([30e6b5d](30e6b5d)) * **customer:** add customer group filters ([b1716bf](b1716bf)) * disable asset repair when status is fully depreciated ([13e4849](13e4849)) * Ensure paid_amount is always numeric before calling allocate_amount_to_references (backport [#50935](#50935)) ([#52036](#52036)) ([e9f3f0f](e9f3f0f)) * force user to enter batch or serial for serial/batch items ([91199ea](91199ea)) * handle parent level project change ([0b7684e](0b7684e)) * handle undefined bank_transaction_mapping in quick entry ([22a8d48](22a8d48)) * job cards should not be deleted on close of WO ([7c2bbe0](7c2bbe0)) * **journal-entry:** prevent submit failure due to double background queuing (backport [#52083](#52083)) ([#52087](#52087)) ([46e6096](46e6096)) * negative stock for purchae return ([fb3fb8c](fb3fb8c)) * not able to complete the job card ([f486071](f486071)) * **payment entry:** update currency symbol (backport [#51956](#51956)) ([#52094](#52094)) ([b1b1f25](b1b1f25)) * **project:** add missing counter to project update naming series ([37a237d](37a237d)) * rejected qty in PR doesn't consider conversion factor ([c7c7a55](c7c7a55)) * **sales order:** set project at item level from parent ([27fe754](27fe754)) * **shipment:** user contact validation to use full name ([0a56647](0a56647)) * show everything else besides other party specific item ([7575861](7575861)) * show message if image is removed from item description (backport [#52088](#52088)) ([#52097](#52097)) ([53b7375](53b7375)) * **stock:** use purchase UOM in Supplier Quotation items ([f97b850](f97b850)) * strip whitespace in customer_name ([41e6687](41e6687)) * swedish_address_template ([cff09b7](cff09b7)) * tests ([6fa60d2](6fa60d2)) * throw if item order field is not set in subcontracting controller ([264855e](264855e)) * unable to split asset from capitalization (backport [#52020](#52020)) ([#52114](#52114)) ([c1cc1db](c1cc1db)), closes [#52016](#52016) [#52016](#52016) * UOM of item not fetching in BOM ([1b9a93f](1b9a93f)) * update country_wise_tax.json for Algerian Taxes (backport [#51878](#51878)) ([#52038](#52038)) ([8946f12](8946f12)) * validation to check at-least one raw material for manufacture entry ([d067e37](d067e37)) * warehouse permissions in MR incorrectly ignored ([504c84e](504c84e)) ### Features * **accounts:** retain filters when switching between financial statements (backport [#51668](#51668)) ([#52117](#52117)) ([9ed3801](9ed3801))
1 parent 095fe65 commit 6209d63

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
@@ -6,7 +6,7 @@
66
from frappe.model.document import Document
77
from frappe.utils.user import is_website_user
88

9-
__version__ = "16.1.0"
9+
__version__ = "16.2.0"
1010

1111

1212
def get_default_company(user=None):

0 commit comments

Comments
 (0)