commit | 549de70fa2e3578a6d1d266e72ce45615f0319db | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Nov 09 15:25:29 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Nov 09 15:25:29 2016 +0600 |
tree | 5c4f0346bb8ff453fe2eda8cc58fcf5d20172a8b | |
parent | 9e83b70ea875737533e2c3d4589b4308e780c4a6 [diff] |
bumped to version 7.1.9
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9845dd2..1525849 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.8' +__version__ = '7.1.9' def get_default_company(user=None): '''Get default company for user'''