commit | a7d6b68bc011467a49c8b6050c805a941f2131b6 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Feb 16 16:29:58 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Feb 16 16:29:58 2017 +0600 |
tree | 3a9bb4814a7c88b0c26bc5cd50b622d4f386fc1b | |
parent | c70a4d20372bc72733e00d1c244501c9a3bfb24e [diff] [blame] |
bumped to version 7.2.21
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7ec8430..4f53d0d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.20' +__version__ = '7.2.21' def get_default_company(user=None): '''Get default company for user'''