commit | 580534a22a9f79ef552b928e946182b632e1842f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Nov 23 16:30:22 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Nov 23 16:30:22 2016 +0600 |
tree | e235982a660140999821481ea0ec6d3c270b62a8 | |
parent | 297d74a997132d08577a44daaf5b8c333b3b44ad [diff] |
bumped to version 7.1.19
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f0ba6f2..ddaa155 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.18' +__version__ = '7.1.19' def get_default_company(user=None): '''Get default company for user'''