commit | d5c83122f2bf714d424fe15c6c8101bd667854ea | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Aug 08 16:20:00 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Aug 08 16:20:00 2016 +0600 |
tree | a659f9b155268062acaddbd6c0ff4874021a0908 | |
parent | 2777f23acee56b3a504d85326066687fd0a0ce77 [diff] [blame] |
bumped to version 7.0.21
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6bb9a1f..ca55b5f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.20' +__version__ = '7.0.21' def get_default_company(user=None): '''Get default company for user'''