We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e0206 commit ef2b143Copy full SHA for ef2b143
CHANGELOG.md
@@ -2,16 +2,9 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [Unreleased]
+## 0.5.0 - 2021-03-01
6
7
-### Added
8
--
9
-
10
-### Changed
11
12
13
-### Removed
14
+- Added support for the `backtrace` option, thanks to @tswayne
15
16
17
## 0.4.0 - 2018-02-21
setup.py
@@ -13,7 +13,7 @@
setup(
name="faktory",
- version="0.4.0",
+ version="0.5.0",
description="Python worker for the Faktory project",
18
extras_require=extras,
19
classifiers=[
0 commit comments