commit | 2d0ef63e72672ee66af3aaca59a3ce6f4fe592c6 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Dec 31 16:44:17 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Dec 31 16:44:17 2015 +0600 |
tree | cf9ac9d1ffa93549e44a58d10f81451f0fcc3f6c | |
parent | 884d4cbc48a88e934b3ce2ef90e7afd252cc66ba [diff] [blame] |
bumped to version 6.15.1
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index e3c275a..79a38cb 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.0" +app_version = "6.15.1" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"