commit | 9d56d598bf8c52333e961c0d5db82bc4b7c27785 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Dec 13 14:52:15 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Dec 13 14:52:15 2016 +0600 |
tree | 7f4fec12ac208f1150a680767c06c7bfd2d084e2 | |
parent | 23165ce0b4768e0c49d64fa9b158df164892b26e [diff] |
bumped to version 7.1.24
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 97ab934..e88e00d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.23' +__version__ = '7.1.24' def get_default_company(user=None): '''Get default company for user'''