commit | 3e9520b27682292b8a2104f02d7f6914be8783d3 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jul 06 23:46:40 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jul 06 23:46:40 2017 +0600 |
tree | 2d672fa2c7d80eb8bdb3df15f110379b63cd0d33 | |
parent | bedb486c552290535df75b444675a24f58066240 [diff] |
bumped to version 8.2.5
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 55a78d8..cc77e34 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.2.4' +__version__ = '8.2.5' def get_default_company(user=None):