commit | 11c5da1d8c3331fb7ca1a09405acef8d36b8ff9e | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Dec 23 17:15:07 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Dec 23 17:15:07 2016 +0600 |
tree | fa0b87251587f73ee19bd129be5cccb26fae38b2 | |
parent | 0e9f16f59df393284a89b0abf57cca77810b92ec [diff] |
bumped to version 7.1.29
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f91c97a..61f819d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.28' +__version__ = '7.1.29' def get_default_company(user=None): '''Get default company for user'''