Skip to content

Commit 7bf324b

Browse files
committed
Release version 0.11.
1 parent b1cfa4f commit 7bf324b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Changelog
44
#########
55

6-
next (2018-xx-xx)
6+
0.11 (2019-04-25)
77
=================
88

99
* [Enhancement] Add a ``QuerySetSequence`` specific method: ``get_querysets()``.

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.11dev',
13+
version='0.11',
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)