From 73b3163bacc9ca558a75f2905dce28b57eb821cf Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 18 Dec 2013 07:52:56 +0530 Subject: [PATCH 1/2] [fix] get modules path --- webnotes/modules/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webnotes/modules/__init__.py b/webnotes/modules/__init__.py index dc832fe8fb..77a4759f0a 100644 --- a/webnotes/modules/__init__.py +++ b/webnotes/modules/__init__.py @@ -7,6 +7,7 @@ from __future__ import unicode_literals """ import webnotes, os from webnotes import conf +import webnotes.utils lower_case_files_for = ['DocType', 'Page', 'Report', "Workflow", 'Module Def', 'Desktop Item', 'Workflow State', 'Workflow Action'] From e37ec51814c84eee987b528067ae41d737d01cf7 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Wed, 18 Dec 2013 12:49:22 +0600 Subject: [PATCH 2/2] bumped to version 3.3.1 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index dc55f663aa..ba05e55908 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "base_template": "lib/website/templates/base.html", - "framework_version": "3.3.0", + "framework_version": "3.3.1", "modules": { "Calendar": { "color": "#2980b9",