Skip to content

Commit

Permalink
Bump 0.11.5
Browse files Browse the repository at this point in the history
- Fix exception traceback on Python 3.8
  • Loading branch information
amureki committed Aug 11, 2023
1 parent 0c255cd commit 5081942
Show file tree
Hide file tree
Showing 3 changed files with 6 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.4
current_version = 0.11.5
message = chore: bump version {current_version} → {new_version}
commit = True
tag = True
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.11.5] - 2023-08-11
### Added
- Fix exception traceback on Python 3.8

## [0.11.4] - 2023-07-05
### Added
- Support for Django 4.2
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.4"
__version__ = "0.11.5"

0 comments on commit 5081942

Please sign in to comment.