commit | d3e1afa2f5228f4b06b113c2b83ce5946e383388 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jun 12 14:20:11 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jun 12 14:20:11 2017 +0600 |
tree | 2e01aee3b6a963f430b14206e07431ff480bc9f0 | |
parent | 13239339a697800d040cf85fada763dfc9ea26ce [diff] |
bumped to version 8.0.47
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index eea2e47..f9eb269 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.46' +__version__ = '8.0.47' def get_default_company(user=None):