We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d96c688 + fe23580 commit 304d640Copy full SHA for 304d640
CHANGELOG
@@ -1,3 +1,9 @@
1
+## [0.5.17] - 2024-07-31
2
+
3
+### Changed
4
5
+- Hotfix, previous release accidentally removed a method from a class used for tests!
6
7
## [0.5.16] - 2024-07-31
8
9
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqs-workers"
-version = "0.5.16"
+version = "0.5.17"
description = "An opinionated queue processor for Amazon SQS"
authors = ["Doist Developers <dev@doist.com>"]
license = "MIT"
0 commit comments