commit | 557847a5ba85d0e21c4eaa035d7c89dc72fde071 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Apr 21 12:19:09 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Apr 21 12:19:09 2017 +0600 |
tree | 7ab826c5c2a176d56095d31a2f2336694e222734 | |
parent | 9bac58cdc64212e9c41729714631cd33fc8aceae [diff] [blame] |
bumped to version 8.0.15
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c06ccca..e955c09 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.14' +__version__ = '8.0.15' def get_default_company(user=None): '''Get default company for user'''