From 39816003959596ac7bb99a0f750c4843285919b8 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 9 Jul 2013 20:53:38 +0800 Subject: [PATCH] bump --- CHANGES | 3 +++ README.md | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index b6f5af8..5afee86 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +1.3.3 2013-07-09 +- Fix default key length of rc2 + 1.3.2 2013-07-04 - Server will listen at server IP specified in config - Check config file and show some warning messages diff --git a/README.md b/README.md index b6ab129..b6c9165 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ shadowsocks =========== [![Build Status](https://travis-ci.org/clowwindy/shadowsocks.png)](https://travis-ci.org/clowwindy/shadowsocks) -Current version: 1.3.2 +Current version: 1.3.3 shadowsocks is a lightweight tunnel proxy which can help you get through firewalls diff --git a/setup.py b/setup.py index 017bb20..5e253dd 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.rst') as f: setup( name = "shadowsocks", - version = "1.3.2", + version = "1.3.3", license = 'MIT', description = "a lightweight tunnel proxy", author = 'clowwindy',