Skip to content

Commit a4c73cc

Browse files
authored
Update changelog from previous versions (#297)
1 parent 3adb875 commit a4c73cc

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ Unreleased:
44
* #242 Deprecate ``AllLookupsFilter``
55
* #191 Fix ``name`` => ``field_name`` warnings
66

7-
v0.11.0
8-
-------
7+
8+
v0.11.1:
9+
--------
10+
11+
Fixes a packaging issue in v0.11.0
12+
13+
14+
v0.11.0:
15+
--------
916

1017
This is a minor release that upgrades django-filter compatibility from ``v1.0``
1118
to ``v1.1``. No new functionality has been introduced.
1219

20+
1321
v0.10.2.post0:
1422
--------------
1523

rest_framework_filters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .filterset import FilterSet # noqa
21
from .filters import * # noqa
2+
from .filterset import FilterSet # noqa

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py{34,35,36}-django111,
44
py{35,36,37}-django20,
55
py{35,36,37}-django21,
6-
performance, warnings, lint, dist
6+
performance, warnings, isort, lint, dist,
77

88
[travis]
99
unignore_outcomes = true

0 commit comments

Comments
 (0)