commit | 24a88f6cf642603e2d5ee17e68853de4676979ed | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Jun 15 20:18:40 2021 +0550 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Jun 15 20:18:40 2021 +0550 |
tree | 50cd7665316311ebded623e4153853a0ad08aa0d | |
parent | 1e2df2c1093e5fa418933e6425cf97c23372ca6f [diff] [blame] |
bumped to version 13.5.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5808090..76e8a51 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.4.1' +__version__ = '13.5.0' def get_default_company(user=None): '''Get default company for user'''