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',