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