commit | 5662ad6d96cbf9bdbd332b3a35bde71300389a22 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Jul 26 09:54:00 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Jul 26 09:54:00 2016 +0600 |
tree | 18c952d686e693012b0386d4d659c7771a8a355c | |
parent | 859843687e3dd99017ba0925672421c491eb5c1e [diff] [blame] |
bumped to version 7.0.4
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 292353d..e0ce4fb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.3' +__version__ = '7.0.4' def get_default_company(user=None): '''Get default company for user'''