From 2cf75fcca2cfb75bfd820b25f034e20c4057de3b Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Tue, 9 Sep 2014 15:10:18 +0530 Subject: [PATCH] change version in hooks.py --- erpnext/hooks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 67a697bedf5..1cad444eb58 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -1,11 +1,10 @@ -from erpnext.__version__ import __version__ app_name = "erpnext" app_title = "ERPNext" app_publisher = "Web Notes Technologies Pvt. Ltd. and Contributors" app_description = "Open Source Enterprise Resource Planning for Small and Midsized Organizations" app_icon = "icon-th" app_color = "#e74c3c" -app_version = __version__ +app_version = "4.1.0" error_report_email = "support@erpnext.com"