commit | 4d2d9967822bb9245303e713cdb4248ad749666e | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri May 19 14:42:28 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri May 19 14:42:28 2017 +0600 |
tree | 4675f7d94c331e529e8970792d8485009c2aac07 | |
parent | 47afc559395c0f31e3ea38e32436c37807eec519 [diff] [blame] |
bumped to version 8.0.31
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b77047d..97a2c73 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.30' +__version__ = '8.0.31' def get_default_company(user=None):