Skip to content

Commit 7e53fce

Browse files
committed
Version bump to 6.3
1 parent 80149f3 commit 7e53fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
6.3 (xx.xx.xxxx)
4+
6.3 (26.02.2024)
55
~~~~~~~~~~~~~~~~
66
* Support filtering with Q objects (Shohan Dutta Roy)
77
* Support random ordering with `.order_by("?")` (Shohan Dutta Roy)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='django-modelcluster',
10-
version='6.2.1',
10+
version='6.3',
1111
description="Django extension to allow working with 'clusters' of models as a single unit, independently of the database",
1212
author='Matthew Westcott',
1313
author_email='[email protected]',

0 commit comments

Comments
 (0)