bump
This commit is contained in:
parent
a1bc23c161
commit
edeb66395a
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
CHANGES
|
@ -1,3 +1,6 @@
|
|||
2.0.10 2014-07-11
|
||||
- Fix UDP on local
|
||||
|
||||
2.0.9 2014-07-06
|
||||
- Fix EWOULDBLOCK on Windows
|
||||
- Fix Unicode config problem on some platforms
|
||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open('README.rst') as f:
|
|||
|
||||
setup(
|
||||
name="shadowsocks",
|
||||
version="2.0.9",
|
||||
version="2.0.10",
|
||||
license='MIT',
|
||||
description="A fast tunnel proxy that help you get through firewalls",
|
||||
author='clowwindy',
|
||||
|
|
Loading…
Reference in a new issue