diff --git a/erpnext/__version__.py b/erpnext/__version__.py index 71066eade9..42985749a8 100644 --- a/erpnext/__version__.py +++ b/erpnext/__version__.py @@ -1,2 +1,2 @@ from __future__ import unicode_literals -__version__ = '6.27.9' +__version__ = '6.27.10' diff --git a/erpnext/crm/doctype/lead/lead.json b/erpnext/crm/doctype/lead/lead.json index dd6282110b..270f94aede 100644 --- a/erpnext/crm/doctype/lead/lead.json +++ b/erpnext/crm/doctype/lead/lead.json @@ -205,7 +205,7 @@ "in_list_view": 0, "label": "Source", "length": 0, - "no_copy": 1, + "no_copy": 0, "oldfieldname": "source", "oldfieldtype": "Select", "options": "\nAdvertisement\nBlog Post\nCampaign\nCall\nCustomer\nExhibition\nSupplier\nWebsite\nEmail", @@ -883,7 +883,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-03-03 04:03:54.822184", + "modified": "2016-04-20 11:01:14.179322", "modified_by": "Administrator", "module": "CRM", "name": "Lead", diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 0d235e3450..3623083d27 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -7,7 +7,7 @@ app_publisher = "Frappe Technologies Pvt. Ltd." app_description = """ERP made simple""" app_icon = "icon-th" app_color = "#e74c3c" -app_version = "6.27.9" +app_version = "6.27.10" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext" diff --git a/setup.py b/setup.py index 4b31d06288..cf95371127 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages from pip.req import parse_requirements -version = "6.27.9" +version = "6.27.10" requirements = parse_requirements("requirements.txt", session="") setup(