commit | eee03fcbabd1974ddbbefa12e1f5c34a128b371e | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jul 01 12:57:13 2021 +0550 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jul 01 12:57:13 2021 +0550 |
tree | d1d133319b147cec865910d12c6b0095f2b803e7 | |
parent | d7c4818a5d5b8e6b099f4ac15bab4e82345bc993 [diff] |
bumped to version 13.6.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 39d9a27..0c96d32 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__ = '13.5.2' +__version__ = '13.6.0' def get_default_company(user=None): '''Get default company for user'''