mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
Merge branch 'develop'
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
__version__ = '6.25.3'
|
__version__ = '6.25.4'
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ app_publisher = "Frappe Technologies Pvt. Ltd."
|
|||||||
app_description = """ERP made simple"""
|
app_description = """ERP made simple"""
|
||||||
app_icon = "icon-th"
|
app_icon = "icon-th"
|
||||||
app_color = "#e74c3c"
|
app_color = "#e74c3c"
|
||||||
app_version = "6.25.3"
|
app_version = "6.25.4"
|
||||||
app_email = "info@erpnext.com"
|
app_email = "info@erpnext.com"
|
||||||
app_license = "GNU General Public License (v3)"
|
app_license = "GNU General Public License (v3)"
|
||||||
source_link = "https://github.com/frappe/erpnext"
|
source_link = "https://github.com/frappe/erpnext"
|
||||||
|
|||||||
@@ -253,3 +253,4 @@ erpnext.patches.v6_23.update_stopped_status_to_closed
|
|||||||
erpnext.patches.v6_24.repost_valuation_rate_for_serialized_items
|
erpnext.patches.v6_24.repost_valuation_rate_for_serialized_items
|
||||||
erpnext.patches.v6_24.set_recurring_id
|
erpnext.patches.v6_24.set_recurring_id
|
||||||
erpnext.patches.v6_20x.set_compact_print
|
erpnext.patches.v6_20x.set_compact_print
|
||||||
|
execute:frappe.delete_doc_if_exists("Web Form", "contact") #2016-03-10
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -1,7 +1,7 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
from pip.req import parse_requirements
|
from pip.req import parse_requirements
|
||||||
|
|
||||||
version = "6.25.3"
|
version = "6.25.4"
|
||||||
requirements = parse_requirements("requirements.txt", session="")
|
requirements = parse_requirements("requirements.txt", session="")
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|||||||
Reference in New Issue
Block a user