commit | 451af06d2f9a39f5039638022beac3ee202f5acd | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Dec 26 19:04:16 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Dec 26 19:04:16 2017 +0600 |
tree | ec9d3080edde045de89cfde836a1916b6c1cc74c | |
parent | 30e38ff7c7a47379623fe2f20dcbe8082f68dafc [diff] [blame] |
bumped to version 10.0.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8aeaef7..882d1ec 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.0.0' +__version__ = '10.0.1' def get_default_company(user=None): '''Get default company for user'''