commit | 53e34f5c1c445f8f0c32b3d22ad0047caec09381 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Thu Jun 29 22:28:08 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Thu Jun 29 22:28:08 2017 +0600 |
tree | 1a316e9debfafcd3185361ece601cc5d5001c48e | |
parent | c6e1c3c048d2d1e0e3f634cc1dc0ef2b592afa08 [diff] |
bumped to version 8.2.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 32c9719..dd95aaf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.2.0' +__version__ = '8.2.1' def get_default_company(user=None):