commit | 4496cc1e80c86d2ccd64657579ba3146fe3ca5dd | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Dec 01 18:48:28 2015 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Dec 01 18:48:28 2015 +0600 |
tree | ca2a0da4ce3d1783d4629443b875f4f61a148c69 | |
parent | 29cca2352c3fe4184a48f963d15a56ca6a64bcb7 [diff] [blame] |
bumped to version 6.12.1
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 3a9a3b5..f4d24d8 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.12.0" +app_version = "6.12.1" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"