commit | d1fda1ff2b6ece302abeebadbe6a92f5dbd2d66d | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Apr 11 19:44:12 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Apr 11 19:44:12 2017 +0600 |
tree | 3e037a1b35818a176a3aa326dd50edfa93cb88a2 | |
parent | b9d0e7622acb2518af7a059a3cb98d0ee00b05cb [diff] [blame] |
bumped to version 8.0.9
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9d3e162..93478c2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.8' +__version__ = '8.0.9' def get_default_company(user=None): '''Get default company for user'''