Skip to content

Commit a07c518

Browse files
committed
Prep for release of 0.14.
1 parent 37960e3 commit a07c518

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
7-
====
6+
0.14 (2021-02-26)
7+
=================
88

99
Features
1010
--------

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.14dev',
13+
version='0.14',
1414
description='Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.',
1515
long_description=long_description(),
1616
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)