commit | d908b99b004c4128b2077cd5907afc1f68e66e62 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Aug 10 15:04:39 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Aug 10 15:04:39 2016 +0600 |
tree | dcf5400f2025045636afdfea75dc49900c5b57ce | |
parent | 6646960e31f378fcd6cf359eb28754658aa0143e [diff] |
bumped to version 7.0.24
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f5b5ca3..a16d792 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.23' +__version__ = '7.0.24' def get_default_company(user=None): '''Get default company for user'''