commit | 8821d71094729ba0ce576414486d0fcf91035f0e | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Jun 02 22:34:19 2021 +0550 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Jun 02 22:34:19 2021 +0550 |
tree | b5e01d8b5bf4b251fe2082d827129a0558038d73 | |
parent | 830e87a4dd408b72f37cfbe1cf85c56afe9bb134 [diff] |
bumped to version 13.4.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 20097ef..5808090 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.0' +__version__ = '13.4.1' def get_default_company(user=None): '''Get default company for user'''