commit | 4d1cf534660be763c2cf067f839fb17bf82fee9d | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Apr 17 16:06:58 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Apr 17 16:06:58 2017 +0600 |
tree | 955f17520bc9e07044487bf7d22bf661e9219d13 | |
parent | e2431fd5e9244f97a54d70b92337c9796a95682f [diff] [blame] |
bumped to version 8.0.13
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index afa6131..3f6504d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.12' +__version__ = '8.0.13' def get_default_company(user=None): '''Get default company for user'''