From 7cf6bc2bbc269fac532f35c02ae54230a8a1e87d Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 28 Oct 2015 16:36:39 +0600 Subject: [PATCH] bumped to version 6.6.3 --- frappe/__version__.py | 2 +- frappe/hooks.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frappe/__version__.py b/frappe/__version__.py index 0d1a926a81..857bd8c11a 100644 --- a/frappe/__version__.py +++ b/frappe/__version__.py @@ -1,2 +1,2 @@ from __future__ import unicode_literals -__version__ = "6.6.2" +__version__ = "6.6.3" diff --git a/frappe/hooks.py b/frappe/hooks.py index 4ee7075066..509f69c1aa 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -26,7 +26,7 @@ to ERPNext. """ app_icon = "octicon octicon-circuit-board" -app_version = "6.6.2" +app_version = "6.6.3" app_color = "orange" github_link = "https://github.com/frappe/frappe" diff --git a/setup.py b/setup.py index 674ef8e9a8..37ff1a0b2f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.6.2" +version = "6.6.3" with open("requirements.txt", "r") as f: install_requires = f.readlines()