From 0e19e72a5dc67892fa9b465f9ca8f52b9b0d3482 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 24 Jun 2016 13:16:27 +0600 Subject: [PATCH] bumped to version 6.27.24 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e1f1f1376d..bb1465bced 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '6.27.23' \ No newline at end of file +__version__ = '6.27.24' \ No newline at end of file