We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418f1c4 commit 12814f0Copy full SHA for 12814f0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.11.2
+current_version = 0.11.3
3
message = chore: bump version {current_version} → {new_version}
4
commit = True
5
tag = True
CHANGELOG.md
@@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## Unreleased
9
+
10
+## [0.11.3] - 2023-07-11
11
### Added
12
- Store traceback in django admin even when retries=0
13
14
### Dropped
15
- Support for Python 3.7
16
+- Support for Django 4.0
17
18
## [0.11.2] - 2022-11-18
19
### Changed
django_dramatiq/__init__.py
@@ -1 +1 @@
-__version__ = "0.11.2"
+__version__ = "0.11.3"
0 commit comments