diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0017db645e5..a4e4f66a8f8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.86.0" +__version__ = "15.87.0" def get_default_company(user=None):