commit | 10be112e8559aabcb628720594f521cd82e67e58 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Jan 04 17:25:20 2016 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Mon Jan 04 17:25:20 2016 +0600 |
tree | d1d58f4babb328d12a3db485e0dd7ab1eea02ab8 | |
parent | bb256e41d75c92b24c6f24693ae9f388323127e7 [diff] [blame] |
bumped to version 6.16.0
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 79a38cb..a9dc52b 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -7,7 +7,7 @@ app_description = """ERP made simple""" app_icon = "icon-th" app_color = "#e74c3c" -app_version = "6.15.1" +app_version = "6.16.0" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"