commit | 2a98e59bd460affb80f58607b729822054744a98 | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Tue Oct 23 12:52:46 2018 +0000 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Tue Oct 23 12:52:46 2018 +0000 |
tree | 92e4e7ff605474c38828756ffdbbd8361ee88223 | |
parent | 03348364e90e98912632fe45d9a702cdb6fdf089 [diff] |
bumped to version 10.1.64
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 425bf78..ecc34a3 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.63' +__version__ = '10.1.64' def get_default_company(user=None): '''Get default company for user'''