diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a48e84c7257..f69141a37ad 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.54.3" +__version__ = "15.72.3" def get_default_company(user=None): diff --git a/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py b/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py index 0bb47973194..1c7d1cc471a 100644 --- a/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py +++ b/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py @@ -29,4 +29,4 @@ def execute(): if docs: cancel_incorrect_gl_entries([d.name for d in docs]) - recreate_gl_entries([d.voucher_no for d in docs]) + recreate_gl_entries([d.voucher_no for d in docs]) \ No newline at end of file