commit | 84fa3dfac833fbd268df98a091afc89f5b8515c5 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Sep 23 12:46:01 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Sep 23 12:46:01 2016 +0600 |
tree | 28bdaa6bef893ec007efa48d52c056a1dbebfe99 | |
parent | aca857e7081adbb236862a860d5ddda248f7a2d4 [diff] [blame] |
bumped to version 7.0.47
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 85b7acb..a87d0de 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.46' +__version__ = '7.0.47' def get_default_company(user=None): '''Get default company for user'''