commit | 0b35a3a67aff2bee7c5a66474056abfe06159606 | [log] [tgz] |
---|---|---|
author | Saurabh <saurabh6790@gmail.com> | Tue Jun 13 15:50:13 2017 +0600 |
committer | Saurabh <saurabh6790@gmail.com> | Tue Jun 13 15:50:13 2017 +0600 |
tree | e3a21e10d6d0eec35a7dcf14277455694f6e9a2d | |
parent | 8ce53c94d15f1fb835ae25d8e3f15c44c5d08a48 [diff] |
bumped to version 8.0.48
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f9eb269..452b9e8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.47' +__version__ = '8.0.48' def get_default_company(user=None):