Skip to content

Commit 32ded86

Browse files
committed
Bump version and update changelog.
1 parent e45a630 commit 32ded86

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+
2.1.0
6+
~~~~~
7+
8+
* Add ``CACHEBACK_TASK_IGNORE_RESULT`` option to reduce noise in task queues.
9+
510
2.0.0
611
~~~~~
712

cacheback/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '2.0.0'
1+
__version__ = '2.1.0'
22

33
default_app_config = 'cacheback.apps.CachebackConfig'

0 commit comments

Comments
 (0)