commit | 5b73a4864ada513fe9be70b0cc93bb99bea73b10 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Apr 25 21:14:54 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Apr 25 21:14:54 2017 +0600 |
tree | f9d624b7bce2bda428535cdc07e1ac7bd83416a7 | |
parent | 85622f9ccb714b79cb5f63ccc2510835893f026b [diff] [blame] |
bumped to version 8.0.18
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 734c8e8..44ba88a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.17' +__version__ = '8.0.18' def get_default_company(user=None): '''Get default company for user'''