commit | 6b69fc7e5d4fa5c81c526723743b07359c9f56cf | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Feb 22 18:40:37 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Feb 22 18:40:37 2018 +0600 |
tree | 5abc85cf9b28499e97c6654500ff07741aae52c7 | |
parent | d8cd54dfd0ec154c3718d31b65ae4d2433e8fb7c [diff] |
bumped to version 10.1.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e852de2..9589a9f 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.0' +__version__ = '10.1.1' def get_default_company(user=None): '''Get default company for user'''