Skip to content

Commit e4ac912

Browse files
committed
Bump version to 0.16.
1 parent 27af6a3 commit e4ac912

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Changelog
44
#########
55

6-
next
7-
====
6+
0.16 (2022-04-01)
7+
=================
88

9-
Bugfixes
10-
--------
9+
Improvements
10+
------------
1111

1212
* Fix ``QuerySetSequence``'s support with Django REST Framework's ``DjangoFilterBackend``
1313
by accepting a ``model`` parameter. If one is not provided, a dummy model is

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-querysetsequence
3-
version = 0.16dev
3+
version = 0.16
44
description = Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)