commit | 8f1f93603d230b680e75307fe132babb3f67470b | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Thu Jun 29 15:37:26 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Thu Jun 29 15:37:26 2017 +0600 |
tree | fb7fddfae1ff260f0efb98ebb544d0a4c941de5f | |
parent | f1bd39c937abe08e92fcba1cd41ce8ab5dd27310 [diff] |
bumped to version 8.2.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8c387dd..32c9719 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.1.7' +__version__ = '8.2.0' def get_default_company(user=None):