commit | a28c2d37f777dd163e0f0eae20691de343891498 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Nov 04 17:23:17 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Nov 04 17:23:17 2016 +0600 |
tree | 1616859ae0cd9f1ddce9085394a0cae21ab1ffd8 | |
parent | 81f7a265bcf77c1fc6002bf5a4db6e84a110f65e [diff] |
bumped to version 7.1.7
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9d71908..5337395 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.6' +__version__ = '7.1.7' def get_default_company(user=None): '''Get default company for user'''