commit | ad65be8250f2eb6ca5f6807cef045d0d60929ef6 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Apr 17 15:42:17 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Apr 17 15:42:17 2017 +0600 |
tree | e528eecf64e708a8b6c36dfc2c8ad68673847941 | |
parent | ae30026005f8fc898ba8b1e9838e58d355097adc [diff] |
bumped to version 8.0.12
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9e6707a..afa6131 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.11' +__version__ = '8.0.12' def get_default_company(user=None): '''Get default company for user'''