bump
This commit is contained in:
parent
1f8819f790
commit
70ebd2ef28
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
CHANGES
|
@ -1,3 +1,6 @@
|
||||||
|
2.6.6 2015-01-23
|
||||||
|
- Fix a crash in forbidden list
|
||||||
|
|
||||||
2.6.5 2015-01-18
|
2.6.5 2015-01-18
|
||||||
- Try both 32 bit and 64 bit dll on Windows
|
- Try both 32 bit and 64 bit dll on Windows
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ with codecs.open('README.rst', encoding='utf-8') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="shadowsocks",
|
name="shadowsocks",
|
||||||
version="2.6.5",
|
version="2.6.6",
|
||||||
license='MIT',
|
license='MIT',
|
||||||
description="A fast tunnel proxy that help you get through firewalls",
|
description="A fast tunnel proxy that help you get through firewalls",
|
||||||
author='clowwindy',
|
author='clowwindy',
|
||||||
|
|
Loading…
Reference in a new issue