Skip to content

Commit 730ff88

Browse files
committed
bumping version to 0.3.6
1 parent 75ba88f commit 730ff88

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
History
44
-------
55

6+
0.3.6 (2018-07-23)
7+
~~~~~~~~~~~~~~~~~~
8+
9+
* Added support for ``extra_kwargs`` in ``ModelFilterSet.Meta``.
10+
* Added ``CoreAPIURLFilterBackend`` which enables documented filters in swagger docs.
11+
* Added ``iin`` lookup in plain and sqlalchemy backends.
12+
* Fixing inconsistency between plain and Django ``week_day`` lookup.
13+
Now both are consistent with ``1``-Monday and ``7``-Sunday.
14+
615
0.3.5 (2018-02-27)
716
~~~~~~~~~~~~~~~~~~
817

url_filter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = 'Miroslav Shubernetskiy'
66
__email__ = '[email protected]'
7-
__version__ = '0.3.5'
7+
__version__ = '0.3.6'

0 commit comments

Comments
 (0)