We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a12d67 commit 13163f4Copy full SHA for 13163f4
CHANGES
@@ -1,3 +1,6 @@
1
+0.2.2
2
+- Bump shadowsocks
3
+
4
0.2.1
5
- Fix Windows 10048
6
setup.py
@@ -6,7 +6,7 @@
7
setup(
8
name="chinadns",
9
- version="0.2.1",
+ version="0.2.2",
10
license='MIT',
11
description="A DNS forwarder that ignore incorrect responses",
12
author='clowwindy',
@@ -17,7 +17,7 @@
17
'chinadns': ['README.rst', 'LICENSE', 'config.json']
18
},
19
install_requires=[
20
- 'shadowsocks==2.0.11'
+ 'shadowsocks>=2.2'
21
],
22
entry_points="""
23
[console_scripts]
0 commit comments