commit | a47ea94ab4ce5a9171f701ade09b97adfd22d6a9 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Dec 26 19:05:49 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Dec 26 19:05:49 2017 +0600 |
tree | 0fcad8f0aeab2baf7a2457639ee20560ef067d0b | |
parent | 9e16697702f23a26117136e64d151c0a6d5451f5 [diff] [blame] |
bumped to version 10.0.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 882d1ec..95f03f5 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.1' +__version__ = '10.0.2' def get_default_company(user=None): '''Get default company for user'''