commit | c85112b093dd30b2b35acf1f72f23a39ce9d6010 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Jan 12 12:55:17 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Jan 12 12:55:17 2016 +0600 |
tree | fd71410ccd6f476a56e6be94d08bda92b6cc4b4b | |
parent | 4a3140102c08071f383b0c546cfd752aea8349f8 [diff] [blame] |
bumped to version 6.17.0
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 04bdc5a..03c340f 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.16.4" +app_version = "6.17.0" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"