commit | adddb15380609a858dc9433b37d8d9eda07807f8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Apr 04 11:56:19 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Apr 04 11:56:19 2018 +0600 |
tree | bd4e21d636c1ffe77e0d8f47549170a00f2978c2 | |
parent | 5fd79f7f77f68371db9a09421c5f7e5c762b77bd [diff] [blame] |
bumped to version 10.1.19
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ccb7e8f..7f8dde3 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.18' +__version__ = '10.1.19' def get_default_company(user=None): '''Get default company for user'''