Skip to content

Commit cba2bf8

Browse files
committed
Release v0.17.
1 parent 141b89e commit cba2bf8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-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.17 (2023-06-27)
7+
=================
88

99
Bugfixes
1010
--------

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-querysetsequence
3-
version = 0.16
3+
version = 0.17
44
description = Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst
@@ -9,6 +9,7 @@ author_email = clokep@patrick.cloke.us
99
url = https://github.com/clokep/django-querysetsequence
1010
keywords = django, queryset, chain, multi, multiple, iterable
1111
license = ISC
12+
license_files = LICENSE
1213
classifiers =
1314
Development Status :: 4 - Beta
1415
Intended Audience :: Developers
@@ -19,6 +20,7 @@ classifiers =
1920
Framework :: Django :: 3.2
2021
Framework :: Django :: 4.0
2122
Framework :: Django :: 4.1
23+
Framework :: Django :: 4.2
2224
Programming Language :: Python
2325
Programming Language :: Python :: 3.8
2426
Programming Language :: Python :: 3.9

0 commit comments

Comments
 (0)