commit | 537301a210c4dac08babc9cd49c871ebe4d1df50 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Sat Aug 06 14:45:34 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Sat Aug 06 14:45:34 2016 +0600 |
tree | e05dc14161f629c5d26b39a047be4b27e8ab6d6d | |
parent | f1d8fc3d51606b3cc735cc711761843841ac33f8 [diff] |
bumped to version 7.0.20
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 153a289..6bb9a1f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.19' +__version__ = '7.0.20' def get_default_company(user=None): '''Get default company for user'''