commit | 1f912f67aeaf33e2ea1f54f513b9d609375f3a0d | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Sep 20 17:22:10 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Sep 20 17:22:10 2016 +0600 |
tree | 2153c2c66c7d4e2475a6913fb883c1cb23b39662 | |
parent | af03de3d006abec2a475b6f9c5a1735098d56061 [diff] |
bumped to version 7.0.44
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 231dd1a..bdfd222 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.43' +__version__ = '7.0.44' def get_default_company(user=None): '''Get default company for user'''