commit | f3a318921f60c3b21f5ab923c8b7788894937819 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri May 19 19:54:42 2017 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri May 19 19:54:42 2017 +0600 |
tree | dd662992d1413e0a9675b2b321ea250a5cb6cb89 | |
parent | 529f5ce503e52888ec88bf6c12c2ad36b954d374 [diff] [blame] |
bumped to version 8.0.33
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3595237..2218006 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.32' +__version__ = '8.0.33' def get_default_company(user=None):