commit | 6557e37d5c26fd81acb99c3d628c36f2d4d7ce17 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Nov 22 23:48:28 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Nov 22 23:48:28 2016 +0600 |
tree | cd1d5a7f988b885271e6ca3d0b06d69a735415bc | |
parent | 698c040d215d8b100b441e5baab550c7f6a6b2e6 [diff] |
bumped to version 7.1.17
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9660cb9..48b942e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.16' +__version__ = '7.1.17' def get_default_company(user=None): '''Get default company for user'''