From ff3425ead1c4a98ce5d55f584adb8826ce510502 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 15 Jan 2025 12:09:13 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.79.0 # [14.79.0](https://github.com/frappe/erpnext/compare/v14.78.9...v14.79.0) (2025-01-15) ### Bug Fixes * deduct tds on excess amount if checked ([6a52f79](https://github.com/frappe/erpnext/commit/6a52f79cceb72600cca21f8b69e7ec1cf9ce40ae)) * do not add ordered items from Quotation to new Sales Order ([d42173b](https://github.com/frappe/erpnext/commit/d42173beb57184f7695a67a34f7e25b74a30d8ad)) * **Timesheet:** ignore permissions when updating Task and Project (backport [#45168](https://github.com/frappe/erpnext/issues/45168)) ([#45171](https://github.com/frappe/erpnext/issues/45171)) ([49ffecc](https://github.com/frappe/erpnext/commit/49ffeccafa46d609fb5f744d440a54cdf297bbe3)) * typo ([#45233](https://github.com/frappe/erpnext/issues/45233)) ([6bc210d](https://github.com/frappe/erpnext/commit/6bc210d9f4242c3e490f63f56f20fa1ae6d594b7)) ### Features * validate discount date in payment schedule (backport [#44646](https://github.com/frappe/erpnext/issues/44646)) ([#44726](https://github.com/frappe/erpnext/issues/44726)) ([f4b7fa8](https://github.com/frappe/erpnext/commit/f4b7fa898054eae432bf72659e684e82ed76eb06)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 150c4245fbd..1e72f0f3b11 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.78.9" +__version__ = "14.79.0" def get_default_company(user=None):