commit | c365ce8f2146da4d5c65e49207cb1bf1a6ba982a | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Mon Oct 22 10:34:35 2018 +0000 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Mon Oct 22 10:34:35 2018 +0000 |
tree | 0095fae0f59b572f0570f2b4dc4c68cfd445bc4e | |
parent | 91eac5a7cf1dc9ee25384a3de3470b9f8411d405 [diff] |
bumped to version 10.1.62
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d44bf40..ec3f371 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.61' +__version__ = '10.1.62' def get_default_company(user=None): '''Get default company for user'''