commit | 581a12c56a6e111c7e620156c7df28ec6d17cf8c | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Sun Jul 24 17:47:43 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Sun Jul 24 17:47:43 2016 +0600 |
tree | 1ba2d63d81c1bfd614a92f157ce50cc9dfebe7f4 | |
parent | cd385c37350cd4f3fc059d94116eb856f05b6b2d [diff] |
bumped to version 7.0.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f356bbc..a7f0787 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.0' +__version__ = '7.0.1' def get_default_company(user=None): '''Get default company for user'''