Skip to content

Commit 13163f4

Browse files
author
clowwindy
committed
close #23
1 parent 0a12d67 commit 13163f4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.2.2
2+
- Bump shadowsocks
3+
14
0.2.1
25
- Fix Windows 10048
36

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="chinadns",
9-
version="0.2.1",
9+
version="0.2.2",
1010
license='MIT',
1111
description="A DNS forwarder that ignore incorrect responses",
1212
author='clowwindy',
@@ -17,7 +17,7 @@
1717
'chinadns': ['README.rst', 'LICENSE', 'config.json']
1818
},
1919
install_requires=[
20-
'shadowsocks==2.0.11'
20+
'shadowsocks>=2.2'
2121
],
2222
entry_points="""
2323
[console_scripts]

0 commit comments

Comments
 (0)