From 4e083440353833763ab1153d501788b4e40e6402 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 2 Nov 2014 00:10:06 +0800 Subject: [PATCH] bump --- CHANGES | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 353e18d..9be81bd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.4.1 2014-11-01 +- Fix setup.py for non-utf8 locales on Python 3 + 2.4 2014-11-01 - Python 3 support - Performance improvement diff --git a/setup.py b/setup.py index 8e654dc..0add434 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with codecs.open('README.rst', encoding='utf-8') as f: setup( name="shadowsocks", - version="2.4", + version="2.4.1", license='MIT', description="A fast tunnel proxy that help you get through firewalls", author='clowwindy',