Skip to content

Commit c7ddf0a

Browse files
committed
Bump version.
1 parent 9431b44 commit c7ddf0a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
3.0.0
6+
~~~~~
7+
8+
* BREAKING CHANGE: Drop support for Django < 2 and Python < 3.6.
9+
510
2.1.0
611
~~~~~
712

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-cacheback"
3-
version = "2.1.0"
3+
version = "3.0.0"
44
description = "Caching library for Django that uses Celery or RQ to refresh cache items asynchronously"
55
authors = [
66
"David Winterbottom <david.winterbottom@gmail.com>",

0 commit comments

Comments
 (0)