Skip to content

Commit

Permalink
Bump 0.11.6
Browse files Browse the repository at this point in the history
- Support for Python 3.12
- Support for Django 5.0
  • Loading branch information
amureki committed Dec 12, 2023
1 parent aa74f17 commit 28f7de7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.5
current_version = 0.11.6
message = chore: bump version {current_version} → {new_version}
commit = True
tag = True
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.11.6] - 2023-12-12
### Added
- Support for Python 3.12
- Support for Django 5.0

## [0.11.5] - 2023-08-11
### Added
Expand Down
2 changes: 1 addition & 1 deletion django_dramatiq/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.5"
__version__ = "0.11.6"

0 comments on commit 28f7de7

Please sign in to comment.