Merge pull request #6453 from PawanMeh/hotfix

[fix]-Ageing buckets should not have amounts if due date is not reached
diff --git a/erpnext/__init__.py b/erpnext/__init__.py
index a87d0de..7bff8f3 100644
--- a/erpnext/__init__.py
+++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@
 from __future__ import unicode_literals
 import frappe
 
-__version__ = '7.0.47'
+__version__ = '7.0.48'
 
 def get_default_company(user=None):
 	'''Get default company for user'''