commit | 7677b56f7cb7f2940ae73f0b3504b4d357e4447a | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Feb 16 15:07:48 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Feb 16 15:07:48 2017 +0600 |
tree | bfa178a06490eaa0f9677b766451aef0c977ba20 | |
parent | b280398626780c69df81514ae6dd116896211552 [diff] |
bumped to version 7.2.20
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 706a8e5..7ec8430 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.19' +__version__ = '7.2.20' def get_default_company(user=None): '''Get default company for user'''