Skip to content

Commit cd07284

Browse files
committed
Bump version to 4.0.0 and update changelog
1 parent afd917c commit cd07284

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
Changelog
33
=========
44

5-
3.0.1
5+
4.0.0
66
~~~~~
77

8-
* Fix incompatibility with Django 6.0.
9-
8+
* BREAKING CHANGE: Drop support for Django < 5.2 and Python < 3.10.
9+
* BREAKING CHANGE: Drop support for Celery < 5.0.
10+
* BREAKING CHANGE: Drop support for django-rq < 3.0.
11+
* Add support for Django 5.2.
12+
* Add support for Django 6.0.
13+
* Modernise Python code.
1014

1115
3.0.0
1216
~~~~~

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-cacheback"
3-
version = "3.0.1"
3+
version = "4.0.0"
44
description = "Caching library for Django that uses Celery or RQ to refresh cache items asynchronously"
55
authors = [
66
"David Winterbottom <[email protected]>",

0 commit comments

Comments
 (0)