This commit is contained in:
clowwindy 2015-01-18 18:32:04 +08:00
parent 6efb3d00e4
commit 2e9ce11ea1
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
2.6.5 2015-01-18
- Try both 32 bit and 64 bit dll on Windows
2.6.4 2015-01-14
- Also search lib* when searching libraries

View file

@ -7,7 +7,7 @@ with codecs.open('README.rst', encoding='utf-8') as f:
setup(
name="shadowsocks",
version="2.6.4",
version="2.6.5",
license='MIT',
description="A fast tunnel proxy that help you get through firewalls",
author='clowwindy',