From 72e1ccc8f98995809e10837cc52e39f2121b19db Mon Sep 17 00:00:00 2001 From: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> Date: Fri, 21 Dec 2018 11:05:20 +0530 Subject: [PATCH 1/2] Changed modified timing to pickup changes (#6649) * Changed modified timing to pickup changes * Update address.json --- frappe/contacts/doctype/address/address.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/contacts/doctype/address/address.json b/frappe/contacts/doctype/address/address.json index de6ceaa523..2947af03ec 100644 --- a/frappe/contacts/doctype/address/address.json +++ b/frappe/contacts/doctype/address/address.json @@ -660,7 +660,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-11-27 17:57:21.913972", + "modified": "2018-11-27 17:57:22.913973", "modified_by": "Administrator", "module": "Contacts", "name": "Address", @@ -773,4 +773,4 @@ "track_changes": 0, "track_seen": 0, "track_views": 0 -} \ No newline at end of file +} From 4b336622ae7195b7554428e9f77b6f7fd8d39131 Mon Sep 17 00:00:00 2001 From: Frappe Bot Date: Fri, 21 Dec 2018 05:45:40 +0000 Subject: [PATCH 2/2] bumped to version 11.0.3-beta.40 --- frappe/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/hooks.py b/frappe/hooks.py index 742599377b..40e088fc00 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -12,7 +12,7 @@ source_link = "https://github.com/frappe/frappe" app_license = "MIT" develop_version = '12.x.x-develop' -staging_version = '11.0.3-beta.39' +staging_version = '11.0.3-beta.40' app_email = "info@frappe.io"