commit | 3e669ca656cc4a80738c1203adac5f876406c22c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Sep 07 17:50:14 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Sep 07 17:50:14 2016 +0600 |
tree | a6fda7390666797cf67822567d65cb57666662e3 | |
parent | 1bf8e703393fd392e5f5a0c92e9e37da2db3540d [diff] [blame] |
bumped to version 7.0.42
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 958957c..fcbc3f1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.41' +__version__ = '7.0.42' def get_default_company(user=None): '''Get default company for user'''