commit | 9dcb778f174d30906815cb5d809f9bfbeb08021f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Oct 27 19:44:54 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Oct 27 19:44:54 2016 +0600 |
tree | 84dac454379e073a72d9fefb4d19d961ba96efd2 | |
parent | 5ad56ef44627f8d59d43b6588e1d8bb68ef43c1d [diff] |
bumped to version 7.1.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index eb83f4c..fc52f5a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.0' +__version__ = '7.1.1' def get_default_company(user=None): '''Get default company for user'''