commit | 31334328ed4ed55b7fa77cc1a655a65229f3e7f3 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Sat Apr 01 19:32:55 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Sat Apr 01 19:32:55 2017 +0600 |
tree | 16d838687d3191d286ca4ae76064b9070d521e17 | |
parent | 0d6db6c42c3e1c1acb445ba0fb4b95115a15c82b [diff] [blame] |
bumped to version 8.0.5
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6902417..dc2a0fa 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.4' +__version__ = '8.0.5' def get_default_company(user=None): '''Get default company for user'''