From edeb66395a866f9647fa3a5b809a049a55834904 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 11 Jul 2014 19:00:24 +0800 Subject: [PATCH] bump --- CHANGES | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5a27a49..8305637 100644 --- a/CHANGES +++ b/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 diff --git a/setup.py b/setup.py index 9025d91..945ce87 100644 --- a/setup.py +++ b/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',