Skip to content

Commit 9c30e6c

Browse files
committed
Bump the package version to 0.12.
1 parent 0d63307 commit 9c30e6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

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

6-
next (xxx)
7-
==========
6+
0.12 (2019-12-20)
7+
=================
88

99
* [Incompatible change] Drop support for Python 2.7.
1010
* [Incompatible change] Drop support for Django 2.0 and 2.1.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def long_description():
1010
setup(
1111
name='django-querysetsequence',
1212
packages=find_packages(),
13-
version='0.11',
13+
version='0.12',
1414
description='Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.',
1515
long_description=long_description(),
1616
author='Percipient Networks, LLC',

0 commit comments

Comments
 (0)