Skip to content

Commit 12814f0

Browse files
committed
chore: bump version 0.11.2 → 0.11.3
1 parent 418f1c4 commit 12814f0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.2
2+
current_version = 0.11.3
33
message = chore: bump version {current_version} → {new_version}
44
commit = True
55
tag = True

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
10+
## [0.11.3] - 2023-07-11
911
### Added
1012
- Store traceback in django admin even when retries=0
1113

1214
### Dropped
1315
- Support for Python 3.7
16+
- Support for Django 4.0
1417

1518
## [0.11.2] - 2022-11-18
1619
### Changed

django_dramatiq/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.11.2"
1+
__version__ = "0.11.3"

0 commit comments

Comments
 (0)