Skip to content

Commit 80b3156

Browse files
chore(release): Bumped to Version 16.4.0
# [16.4.0](v16.3.2...v16.4.0) (2026-04-24) ### Bug Fixes * add new TCS section codes ([9a7691a](9a7691a)) * always update all the details ([d6f24b6](d6f24b6)) * changes as per review ([1ac3157](1ac3157)) * conditional check for refund amount ([1ba2ce0](1ba2ce0)) * correct comments and improve conditional checks in transaction handling ([963adac](963adac)) * display message when no vehicle details are available in e-way bill detailed print format ([7a49c61](7a49c61)) * handle empty vehicle details in e-way bill detailed print format ([3804b0e](3804b0e)) * ignore test dependencies for tax category ([a14163e](a14163e)) * remove conditional check for transported GSTIN for extend e-waybill ([16c50e9](16c50e9)) * respect field set by fetch from ([0ef01e1](0ef01e1)) * revert is_sales_transaction ([35e55e5](35e55e5)) * update indices for desktop icons ([76eb819](76eb819)) * update place of_supply and address if erpnext updates party address on new doc ([1c7104e](1c7104e)) * validate ITC claim period for draft and allow changes in draft ([b997794](b997794)) ### Features * add Tax Withholding Details and TDS Computation Summary reports for India ([06aeda2](06aeda2)) * income tax india desktop icon and workspace ([724056e](724056e))
1 parent 6f74a3e commit 80b3156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

india_compliance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import frappe
22
from frappe.utils.user import is_website_user
33

4-
__version__ = "16.3.2"
4+
__version__ = "16.4.0"
55

66

77
def check_app_permission():

0 commit comments

Comments
 (0)