From 0e8a04f2cc29e551b1ca3dabcbab197587f0a9ff Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 1 Jan 2025 10:48:12 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.78.7 ## [14.78.7](https://github.com/frappe/erpnext/compare/v14.78.6...v14.78.7) (2025-01-01) ### Bug Fixes * slow stock transactions (backport [#45025](https://github.com/frappe/erpnext/issues/45025)) ([#45026](https://github.com/frappe/erpnext/issues/45026)) ([a85a103](https://github.com/frappe/erpnext/commit/a85a103bad03878f39b35cfe4a557a57ed3e9270)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a1e1135965d..2ffd7b745a1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.78.6" +__version__ = "14.78.7" def get_default_company(user=None):