commit | 0407cb0d922a13634d052894fb634853f9b749b9 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Fri Jun 30 12:30:22 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Fri Jun 30 12:30:22 2017 +0600 |
tree | bd181f1026f3580d9c8422eb9e49dea268119260 | |
parent | d192a420d1301cefa6fe3d474e8263872298cce4 [diff] |
bumped to version 8.2.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index dd95aaf..71323d1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.2.1' +__version__ = '8.2.2' def get_default_company(user=None):