commit | bb2ede8fab0c0b777ee384dc86cee65f3e4220be | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Nov 03 15:47:38 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Nov 03 15:47:38 2016 +0600 |
tree | e834b96914c030c934b34b333053aca2b6d07b77 | |
parent | a3f393918d744b0a5a8dfdb646c0318b54476804 [diff] |
bumped to version 7.1.6
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b548693..9d71908 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.5' +__version__ = '7.1.6' def get_default_company(user=None): '''Get default company for user'''