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