commit | eba2c4323e97fb5eff7a2b016e8985febfb89004 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Mar 17 20:01:45 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Mar 17 20:01:45 2016 +0600 |
tree | 182e06e3bcb7ae88e1c5927b110b0d9385aa47b3 | |
parent | 1ecd8cdaa3ce176ff431e0d0e3bb0978a2ee2cfc [diff] [blame] |
bumped to version 6.27.0
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index c2748e3..a525749 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.26.0" +app_version = "6.27.0" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"