This commit is contained in:
clowwindy 2014-11-02 00:10:06 +08:00
parent 5892789005
commit 4e08344035
2 changed files with 4 additions and 1 deletions

View file

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

View file

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