commit | a220e96867be7f97372b72d4e91c52e94c4cf5d1 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Apr 12 19:30:52 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Apr 12 19:30:52 2017 +0600 |
tree | bb5f6176cdec23a67428c3d648468d1181bb8ed2 | |
parent | e471b02172040d84f8c7526ba0d8b71b8dddcc5d [diff] |
bumped to version 8.0.10
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 93478c2..2df9354 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.9' +__version__ = '8.0.10' def get_default_company(user=None): '''Get default company for user'''