Skip to content

Commit 331b23e

Browse files
committed
v0.11.1
1 parent 24c67bd commit 331b23e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Unreleased:
22
-----------
33

4-
v0.11.0
5-
-------
4+
v0.11.1:
5+
--------
6+
7+
Fixes a packaging issue in v0.11.0
8+
9+
v0.11.0:
10+
--------
611

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_package_data(package):
3636

3737
setup(
3838
name='djangorestframework-filters',
39-
version='0.11.0',
39+
version='0.11.1',
4040
url='http://github.com/philipn/django-rest-framework-filters',
4141
license='MIT',
4242
long_description=README,

0 commit comments

Comments
 (0)