From 5827bdcbc2ff3670bc3ea74b1ef64db54e9b831e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 27 Mar 2024 11:21:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.66.1 ## [14.66.1](https://github.com/frappe/erpnext/compare/v14.66.0...v14.66.1) (2024-03-27) ### Bug Fixes * Priority not copied from project template ([af6dd3b](https://github.com/frappe/erpnext/commit/af6dd3bcfb5d13e80b5774ed396788c5e118d9c1)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fc00bf28d1a..1a3426fea9d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.66.0" +__version__ = "14.66.1" def get_default_company(user=None):