diff --git a/erpnext/__version__.py b/erpnext/__version__.py index 71066eade99..42985749a85 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 ecca722fac5..7cd9d60992e 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", @@ -909,7 +909,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-04-04 07:23:47.804915", + "modified": "2016-04-20 11:01:14.179325", "modified_by": "Administrator", "module": "CRM", "name": "Lead", diff --git a/erpnext/hooks.py b/erpnext/hooks.py index be19aff6e8d..0baf604af11 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 4b31d062888..cf953711274 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(