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 0d63307 commit 9c30e6cCopy full SHA for 9c30e6c
CHANGELOG.rst
@@ -3,8 +3,8 @@
3
Changelog
4
#########
5
6
-next (xxx)
7
-==========
+0.12 (2019-12-20)
+=================
8
9
* [Incompatible change] Drop support for Python 2.7.
10
* [Incompatible change] Drop support for Django 2.0 and 2.1.
setup.py
@@ -10,7 +10,7 @@ def long_description():
setup(
11
name='django-querysetsequence',
12
packages=find_packages(),
13
- version='0.11',
+ version='0.12',
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