From a22d3b9895b8a3a04c28d193d99def061e1bc1b7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 22 Jan 2025 03:34:40 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.80.0 # [14.80.0](https://github.com/frappe/erpnext/compare/v14.79.0...v14.80.0) (2025-01-22) ### Bug Fixes * do not reset picked items ([fe5de30](https://github.com/frappe/erpnext/commit/fe5de302565fa00f75838af535e08d2245e1b371)) * include pos invoice in modifing key for returned item validation ([431fa22](https://github.com/frappe/erpnext/commit/431fa225e3bc13e99ea7cd06e05dd3fbd16a01bf)) * pos search by term items price (backport [#45006](https://github.com/frappe/erpnext/issues/45006)) ([#45102](https://github.com/frappe/erpnext/issues/45102)) ([524a8d7](https://github.com/frappe/erpnext/commit/524a8d77f75dade436043fbf344631262ca25eb4)) * **Project:** re-phrase welcome email ([#45175](https://github.com/frappe/erpnext/issues/45175)) ([77e92b3](https://github.com/frappe/erpnext/commit/77e92b38ebf5efc57710fde8eaa3187962c3ca2e)) * round off tax withholding amount ([#45271](https://github.com/frappe/erpnext/issues/45271)) ([667e659](https://github.com/frappe/erpnext/commit/667e659e3f660bb0a94ea198c9e61671e58bce08)) * update query ([49e3865](https://github.com/frappe/erpnext/commit/49e3865265477a718564c6c92ff6be5c8b472fed)) * validate linked sales person ([f9420db](https://github.com/frappe/erpnext/commit/f9420db3ca607e76dac4221c0ddf8b2b3e916269)) ### Features * add difference_posting_date field ([1753509](https://github.com/frappe/erpnext/commit/17535095e23f0b4859c6dd813be4e317b4683093)) * use difference_posting_date for journal entry posting_date ([0fdd681](https://github.com/frappe/erpnext/commit/0fdd6817a6e1c966244bfcac0cc348421ca2a156)) ### Reverts * avoid change to translatable string ([20bb151](https://github.com/frappe/erpnext/commit/20bb15167dde06950da04679cf38ac8b58b4ed1f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1e72f0f3b11..0a687a7401c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.79.0" +__version__ = "14.80.0" def get_default_company(user=None):