Skip to content

Commit

Permalink
Version bump to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Jan 4, 2024
1 parent 5fbd58f commit b2dc5a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

6.2.1 (04.01.2024)
~~~~~~~~~~~~~~~~~~
* Fix: Prevent failure on pre-3.1.0 versions of django-taggit without `_remove_prefetched_objects`

6.2 (03.01.2024)
~~~~~~~~~~~~~~~~
* Added Django 5.0 support
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='django-modelcluster',
version='6.2',
version='6.2.1',
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',
Expand All @@ -21,7 +21,7 @@
"django>=3.2",
],
extras_require={
'taggit': ['django-taggit>=2.0'],
'taggit': ['django-taggit>=3.1'],
},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit b2dc5a2

Please sign in to comment.