From 403ce5da582fc67f4f24a2626145a9e26074aab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=B4=E5=A8=83=E9=85=B1?= Date: Fri, 23 Dec 2016 21:40:38 +0800 Subject: [PATCH] bump --- CHANGES | 4 ++++ shadowsocks/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e865e96..4aee5a9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +3.0.0 2016-12-23 +- http_simple fix bugs +- tls1.2_ticket_auth fix bug & defaule time diff set to 86400s + 2.9.7 2016-11-22 - manage client with LRUCache - catch bind error diff --git a/shadowsocks/version.py b/shadowsocks/version.py index d0befd0..218f2bb 100644 --- a/shadowsocks/version.py +++ b/shadowsocks/version.py @@ -16,5 +16,5 @@ # under the License. def version(): - return '2.9.7 2016-11-22' + return '3.0.0 2016-12-23'