commit | 0096240a6548e7b32122c9db18ec79638696803f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri May 19 14:38:59 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri May 19 14:38:59 2017 +0600 |
tree | ae66f728adf5116294f19b38d70ae3cf026bd994 | |
parent | 864f13461073385cc8e69202660ed72ae4d3232c [diff] |
bumped to version 8.0.30
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fdbdaa8..b77047d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.29' +__version__ = '8.0.30' def get_default_company(user=None):