commit | e079a1bb33cb1eb322cbd42635800c9eb0832836 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Jul 16 15:41:33 2021 +0550 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Jul 16 15:41:33 2021 +0550 |
tree | 449061d741a94bad90dfd8c61584f2ebf15d40a5 | |
parent | e8abb201c1234f9d691840343e306eacc111cfef [diff] [blame] |
bumped to version 13.7.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0c96d32..1166549 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.6.0' +__version__ = '13.7.0' def get_default_company(user=None): '''Get default company for user'''