From 9801745090cf18584ea35155d27108be3bd44a8a Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 7 Oct 2015 17:57:23 +0600 Subject: [PATCH] bumped to version 6.4.6 --- erpnext/__version__.py | 2 +- erpnext/hooks.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/__version__.py b/erpnext/__version__.py index f863722c26..0f031cb2a5 100644 --- a/erpnext/__version__.py +++ b/erpnext/__version__.py @@ -1,2 +1,2 @@ from __future__ import unicode_literals -__version__ = '6.4.5' +__version__ = '6.4.6' diff --git a/erpnext/hooks.py b/erpnext/hooks.py index ec8d4b5eae..90478c51e6 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -29,7 +29,7 @@ blogs. """ app_icon = "icon-th" app_color = "#e74c3c" -app_version = "6.4.5" +app_version = "6.4.6" github_link = "https://github.com/frappe/erpnext" error_report_email = "support@erpnext.com" diff --git a/setup.py b/setup.py index 7670f39b05..770c45d024 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.4.5" +version = "6.4.6" with open("requirements.txt", "r") as f: install_requires = f.readlines()