commit | a2fd1f22daf9805fe7cf967c5b241e4cfc37b752 | [log] [tgz] |
---|---|---|
author | Sahil Khan <sahilkhan28297@gmail.com> | Tue Sep 10 14:58:39 2019 +0550 |
committer | Sahil Khan <sahilkhan28297@gmail.com> | Tue Sep 10 14:58:39 2019 +0550 |
tree | 4d86c3028e9669a834f772cc6032f9c61f771a7a | |
parent | bcda12f4bb90990d50ad84062535f78f73cf91b8 [diff] |
bumped to version 12.1.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 106384a..cd1545c 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__ = '12.1.1' +__version__ = '12.1.2' def get_default_company(user=None): '''Get default company for user'''