commit | 7699b5e92a523ba6ec9eeafe1dc77ae2d8bed0af | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Thu Jul 06 16:42:02 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Thu Jul 06 16:42:02 2017 +0600 |
tree | ba4ecb02b358d4a69a6950f90002b26593289fbc | |
parent | b5d765d19a67913c7ca20e68dea1103ba61603f7 [diff] |
bumped to version 8.3.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 55a78d8..58a8311 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.3.0' def get_default_company(user=None):