From 7274ba4b00feadac9d5748883ce9f1bdd99c85d7 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 21 Aug 2015 18:42:56 +0600 Subject: [PATCH] bumped to version 6.0.6 --- 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 c9f6a927ec..eaa562a143 100644 --- a/frappe/__version__.py +++ b/frappe/__version__.py @@ -1,2 +1,2 @@ from __future__ import unicode_literals -__version__ = "6.0.5" +__version__ = "6.0.6" diff --git a/frappe/hooks.py b/frappe/hooks.py index 5071213656..b46cb83ee4 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -26,7 +26,7 @@ to ERPNext. """ app_icon = "octicon octicon-circuit-board" -app_version = "6.0.5" +app_version = "6.0.6" app_color = "orange" github_link = "https://github.com/frappe/frappe" diff --git a/setup.py b/setup.py index 2082d05864..4d962532b4 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.0.5" +version = "6.0.6" with open("requirements.txt", "r") as f: install_requires = f.readlines()