From cc6c283b5b45c3972408a32195c32d6cfdbc270d Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 3 May 2014 08:44:51 +0800 Subject: [PATCH] bump --- CHANGES | 4 ++++ README.md | 4 ++-- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 3ecb6a0..471192d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.4.1 2014-05-03 +- Fix error log +- Fix EINPROGESS with some version of gevent + 1.4.0 2014-05-02 - Adds UDP relay - TCP fast open support on Linux 3.7+ diff --git a/README.md b/README.md index e737d3e..a74ccb6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ shadowsocks =========== -Current version: 1.4.0 [![Build Status][1]][0] +Current version: 1.4.1 [![Build Status][1]][0] shadowsocks is a lightweight tunnel proxy which can help you get through firewalls. @@ -16,7 +16,7 @@ First, make sure you have Python 2.6 or 2.7. $ python --version Python 2.6.8 - + Install Shadowsocks. #### Debian / Ubuntu: diff --git a/setup.py b/setup.py index 5ec5185..7d2328b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.rst') as f: setup( name="shadowsocks", - version="1.4.0", + version="1.4.1", license='MIT', description="a lightweight tunnel proxy", author='clowwindy',