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