commit | 508542d4d9b649c4c90a6639482136295bd6bc15 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Aug 09 15:30:16 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Aug 09 15:30:16 2016 +0600 |
tree | f31110f8cbaa8a93cfa1ea2077401570e1971b95 | |
parent | 50ff8471e0832ea176bf9647cfbb988d06f3424b [diff] [blame] |
bumped to version 7.0.22
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ca55b5f..1d1dca9 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.21' +__version__ = '7.0.22' def get_default_company(user=None): '''Get default company for user'''