From 7a2b07a2a350ba86fd18da6e86e9c7c85243c597 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 5 Dec 2024 08:18:33 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.78.1 ## [14.78.1](https://github.com/frappe/erpnext/compare/v14.78.0...v14.78.1) (2024-12-05) ### Bug Fixes * required by date in the reorder material request (backport [#44497](https://github.com/frappe/erpnext/issues/44497)) ([#44508](https://github.com/frappe/erpnext/issues/44508)) ([e0b8c27](https://github.com/frappe/erpnext/commit/e0b8c2788b17c532b6b80a13dd4c46c35354d215)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 35f25a6397d..4f4274e8e6b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.78.0" +__version__ = "14.78.1" def get_default_company(user=None):