commit | 8efeea9c59fcbe8308d33b228acba42289aa7c57 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Dec 28 15:39:43 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Dec 28 15:39:43 2015 +0600 |
tree | 67f4472491db94470c7efa0b83a833e1df867657 | |
parent | bf9e8cfbcc3781a0ded252bb220a158aecd131f8 [diff] [blame] |
bumped to version 6.15.0
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 3c0291e..8e6b2c6 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.14.1" +app_version = "6.15.0" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"