diff --git a/CHANGES b/CHANGES index 642e0d5..045bae0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.3.2 2014-10-11 +- Fix OpenSSL on Windows + 2.3.1 2014-10-09 - Does not require M2Crypto any more diff --git a/setup.py b/setup.py index 8388e3f..cdc17aa 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.rst') as f: setup( name="shadowsocks", - version="2.3.1", + version="2.3.2", license='MIT', description="A fast tunnel proxy that help you get through firewalls", author='clowwindy',