commit | 4b7a30b52786ca17a17f68e03076d116c110c332 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Wed Jul 05 11:55:14 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Wed Jul 05 11:55:14 2017 +0600 |
tree | 3f3d1b9209d678f8eacb3bf94349cc8af6fc36f7 | |
parent | 10a4a13e5e03f9a92207935e643685b17f0b48ee [diff] |
bumped to version 8.2.4
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 95c5f8a..55a78d8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.2.3' +__version__ = '8.2.4' def get_default_company(user=None):