commit | 6e36a48521225269c997a3cb93be00a43ab76f53 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Jan 27 14:50:19 2016 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Wed Jan 27 14:50:19 2016 +0600 |
tree | 6f88cde08d3c84264b100d882041b05eae0b7964 | |
parent | eca2e42ecb32e96ef3f4920cab52dd872a1fc4b8 [diff] [blame] |
bumped to version 6.19.0
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 8d1815a..b0fed28 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.18.4" +app_version = "6.19.0" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"