diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1037ef0..d70f35e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ Changelog ========= -6.3 (xx.xx.xxxx) +6.3 (26.02.2024) ~~~~~~~~~~~~~~~~ * Support filtering with Q objects (Shohan Dutta Roy) * Support random ordering with `.order_by("?")` (Shohan Dutta Roy) diff --git a/setup.py b/setup.py index 9e7da3c..6f7ae07 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='django-modelcluster', - version='6.2.1', + version='6.3', description="Django extension to allow working with 'clusters' of models as a single unit, independently of the database", author='Matthew Westcott', author_email='matthew.westcott@torchbox.com',