commit | 57e97c06e6982f2ce89815529d4f8d0d12ae7c8b | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Feb 08 12:02:47 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Feb 08 12:02:47 2017 +0600 |
tree | 46f9cc8f369c9103aaec9bb62fe094c8d86b63d8 | |
parent | 6f93cd5bd00c61d635ad09f83c7bb453c4d719d3 [diff] [blame] |
bumped to version 7.2.19
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 360c4c7..706a8e5 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.18' +__version__ = '7.2.19' def get_default_company(user=None): '''Get default company for user'''