Merge branch 'master' into develop

This commit is contained in:
Anand Doshi 2016-04-20 16:45:20 +05:30
commit b2b02a574a
4 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
from __future__ import unicode_literals
__version__ = '6.27.9'
__version__ = '6.27.10'

View File

@ -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",

View File

@ -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"

View File

@ -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(