commit | 3e5c6424ed4f15c16be0f909f0cf110879fa50d5 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Apr 27 20:28:01 2021 +0550 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Apr 27 20:28:01 2021 +0550 |
tree | c93115e85b84c1ed326d3480f302721c349340d7 | |
parent | a86a51f0207cdd9480d84cbebea3abd93a60f435 [diff] |
bumped to version 13.1.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4da0605..ea83d08 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.1.0' +__version__ = '13.1.1' def get_default_company(user=None): '''Get default company for user'''