Skip to content

Commit

Permalink
Prep for release of 0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jul 27, 2020
1 parent 457ff0e commit 3e9392c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
Changelog
#########

next (xxx)
==========
0.13 (2020-07-27)
=================

* [Enhancement] Officially support Django 3.1.
* [Incompatible change] Drop support for Django < 2.2.
* [Bugfix] ``explain()`` now passes through parameters to the underlying
``QuerySet`` instances.
* [Bugfix] Fixes compatibility issue with ``ModelChoiceField``. Report and
initial pull request from @jpic. [\#68](https://github.com/percipient/django-querysetsequence/pull/68)

0.12 (2019-12-20)
=================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def long_description():
setup(
name='django-querysetsequence',
packages=find_packages(),
version='0.13dev',
version='0.13',
description='Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.',
long_description=long_description(),
author='Percipient Networks, LLC',
Expand Down

0 comments on commit 3e9392c

Please sign in to comment.