commit | db05ac2414d5c03a74b237830b0f0b310fe6eb50 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Aug 23 12:40:56 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Aug 23 12:40:56 2016 +0600 |
tree | 16c60a927849e8a4304e577121ed1f6536af780f | |
parent | f862505bf9944e7b13e34e63f13c32ac1c1785f3 [diff] |
bumped to version 7.0.32
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7c5133a..6b59a18 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.31' +__version__ = '7.0.32' def get_default_company(user=None): '''Get default company for user'''