bump
This commit is contained in:
parent
9e8aa1c56a
commit
cd09638023
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
CHANGES
|
@ -1,3 +1,6 @@
|
||||||
|
2.3.2 2014-10-11
|
||||||
|
- Fix OpenSSL on Windows
|
||||||
|
|
||||||
2.3.1 2014-10-09
|
2.3.1 2014-10-09
|
||||||
- Does not require M2Crypto any more
|
- Does not require M2Crypto any more
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open('README.rst') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="shadowsocks",
|
name="shadowsocks",
|
||||||
version="2.3.1",
|
version="2.3.2",
|
||||||
license='MIT',
|
license='MIT',
|
||||||
description="A fast tunnel proxy that help you get through firewalls",
|
description="A fast tunnel proxy that help you get through firewalls",
|
||||||
author='clowwindy',
|
author='clowwindy',
|
||||||
|
|
Loading…
Reference in a new issue