From f5a1041de251f6f5cce167b9a2bb6ef2ed67eb5a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 7 Feb 2025 14:27:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.82.1 ## [14.82.1](https://github.com/frappe/erpnext/compare/v14.82.0...v14.82.1) (2025-02-07) ### Bug Fixes * update ctx to args ([1e13806](https://github.com/frappe/erpnext/commit/1e138064a8b5bea62e3ca15e14d72edb55c3d0ed)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4f25b676cdc..41150ecaaf3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.82.0" +__version__ = "14.82.1" def get_default_company(user=None):