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 b1cfa4f commit 7bf324bCopy full SHA for 7bf324b
CHANGELOG.rst
@@ -3,7 +3,7 @@
3
Changelog
4
#########
5
6
-next (2018-xx-xx)
+0.11 (2019-04-25)
7
=================
8
9
* [Enhancement] Add a ``QuerySetSequence`` specific method: ``get_querysets()``.
setup.py
@@ -10,7 +10,7 @@ def long_description():
10
setup(
11
name='django-querysetsequence',
12
packages=find_packages(),
13
- version='0.11dev',
+ version='0.11',
14
description='Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.',
15
long_description=long_description(),
16
author='Percipient Networks, LLC',
0 commit comments