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 24c67bd commit 331b23eCopy full SHA for 331b23e
CHANGELOG.rst
@@ -1,8 +1,13 @@
1
Unreleased:
2
-----------
3
4
-v0.11.0
5
--------
+v0.11.1:
+--------
6
+
7
+Fixes a packaging issue in v0.11.0
8
9
+v0.11.0:
10
11
12
This is a minor release that upgrades django-filter compatibility from ``v1.0``
13
to ``v1.1``. No new functionality has been introduced.
setup.py
@@ -36,7 +36,7 @@ def get_package_data(package):
36
37
setup(
38
name='djangorestframework-filters',
39
- version='0.11.0',
+ version='0.11.1',
40
url='http://github.com/philipn/django-rest-framework-filters',
41
license='MIT',
42
long_description=README,
0 commit comments