Skip to content

Commit

Permalink
v0.10.2.post0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P Kilby committed Jul 23, 2018
1 parent 77c5380 commit ff8943f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sudo: false

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased:
-----------

v0.10.2.post0:
--------------

* #253 Set django-filter version at 1.x-compatible releases.

v0.10.2:
--------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_package_data(package):

setup(
name='djangorestframework-filters',
version='0.10.2',
version='0.10.2.post0',
url='http://github.com/philipn/django-rest-framework-filters',
license='MIT',
long_description=README,
Expand All @@ -48,7 +48,7 @@ def get_package_data(package):
zip_safe=False,
install_requires=[
'djangorestframework',
'django-filter>=1.0.0',
'django-filter~=1.0',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit ff8943f

Please sign in to comment.