commit | 29b74b90c8c9fd04225b17c40437ff3d6e471589 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jul 06 23:45:28 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jul 06 23:45:28 2017 +0600 |
tree | 60218b2316a7c8454ea91771b928d289630d6db3 | |
parent | e927b81292f36d3e6d224a5f86f755796768eea5 [diff] |
bumped to version 8.3.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 58a8311..4c66d93 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.3.0' +__version__ = '8.3.1' def get_default_company(user=None):