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 37960e3 commit a07c518Copy full SHA for a07c518
CHANGELOG.rst
@@ -3,8 +3,8 @@
3
Changelog
4
#########
5
6
-next
7
-====
+0.14 (2021-02-26)
+=================
8
9
Features
10
--------
setup.py
@@ -10,7 +10,7 @@ def long_description():
setup(
11
name='django-querysetsequence',
12
packages=find_packages(),
13
- version='0.14dev',
+ version='0.14',
14
description='Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.',
15
long_description=long_description(),
16
long_description_content_type='text/x-rst',
0 commit comments