From 46a85003615b588c3dfe29f0cfe53086a394c452 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 22 Nov 2024 06:01:07 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.77.1 ## [14.77.1](https://github.com/frappe/erpnext/compare/v14.77.0...v14.77.1) (2024-11-22) ### Bug Fixes * include current invoice amount when tax_on_excess_amount is checked ([43f59da](https://github.com/frappe/erpnext/commit/43f59da0a90ad7b6dd794e13f67b62d95ffafa95)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0a874dca2ca..e6d97db0231 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.77.0" +__version__ = "14.77.1" def get_default_company(user=None):