commit | 17ddd8f3891690867fcc310646fbfc5926440469 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Apr 03 13:48:13 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Apr 03 13:48:13 2017 +0600 |
tree | 5d5a5d4bd0054d022fd4d3876b2ba419dad750f2 | |
parent | c469f2c954acdae358250cb3eb93ae7be45576e3 [diff] [blame] |
bumped to version 8.0.6
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index dc2a0fa..5b6f359 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.5' +__version__ = '8.0.6' def get_default_company(user=None): '''Get default company for user'''