File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ sudo: false
44
55python :
66 - " 2.7"
7- - " 3.3"
87 - " 3.4"
98 - " 3.5"
109 - " 3.6"
Original file line number Diff line number Diff line change 11Unreleased:
22-----------
33
4+ v0.10.2.post0:
5+ --------------
6+
7+ * #253 Set django-filter version at 1.x-compatible releases.
8+
49v0.10.2:
510--------
611
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def get_package_data(package):
3636
3737setup (
3838 name = 'djangorestframework-filters' ,
39- version = '0.10.2' ,
39+ version = '0.10.2.post0 ' ,
4040 url = 'http://github.com/philipn/django-rest-framework-filters' ,
4141 license = 'MIT' ,
4242 long_description = README ,
@@ -48,7 +48,7 @@ def get_package_data(package):
4848 zip_safe = False ,
4949 install_requires = [
5050 'djangorestframework' ,
51- 'django-filter>=1.0 .0' ,
51+ 'django-filter~=1 .0' ,
5252 ],
5353 classifiers = [
5454 'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments