commit | 9a1bcac5762289659625eea92e59b44c2d2b5ade | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Aug 18 16:45:49 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Aug 18 16:45:49 2016 +0600 |
tree | d85ba43e006794a2a7b79cf45a9ede4fe90b9025 | |
parent | e68b089187a6ef91d2c8743698eb2f7d37c4a737 [diff] [blame] |
bumped to version 7.0.31
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ee7021d..7c5133a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.30' +__version__ = '7.0.31' def get_default_company(user=None): '''Get default company for user'''