We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9431b44 commit c7ddf0aCopy full SHA for c7ddf0a
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog
3
=========
4
5
+3.0.0
6
+~~~~~
7
+
8
+* BREAKING CHANGE: Drop support for Django < 2 and Python < 3.6.
9
10
2.1.0
11
~~~~~
12
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "django-cacheback"
-version = "2.1.0"
+version = "3.0.0"
description = "Caching library for Django that uses Celery or RQ to refresh cache items asynchronously"
authors = [
"David Winterbottom <[email protected]>",
0 commit comments