Skip to content

Commit

Permalink
chore: bump version 0.11.2 → 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Jul 4, 2023
1 parent 418f1c4 commit 12814f0
Show file tree
Hide file tree
Showing 3 changed files with 5 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.2
current_version = 0.11.3
message = chore: bump version {current_version} → {new_version}
commit = True
tag = True
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.11.3] - 2023-07-11
### Added
- Store traceback in django admin even when retries=0

### Dropped
- Support for Python 3.7
- Support for Django 4.0

## [0.11.2] - 2022-11-18
### Changed
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.2"
__version__ = "0.11.3"

0 comments on commit 12814f0

Please sign in to comment.