commit | 723fe8fb1bd6a03b424237935d25f1e48eb56db8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Sat May 05 12:43:29 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Sat May 05 12:43:29 2018 +0600 |
tree | 8c54edee20dca3a05298eea673745d64e87857dd | |
parent | 47c0c8ba4937ec10bafc939a3565a6494c425c25 [diff] [blame] |
bumped to version 10.1.29
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 540e223..ea1a402 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -5,7 +5,7 @@ from erpnext.hooks import regional_overrides from frappe.utils import getdate -__version__ = '10.1.28' +__version__ = '10.1.29' def get_default_company(user=None): '''Get default company for user'''