We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b623bab + b069d71 commit 8672aceCopy full SHA for 8672ace
CHANGELOG
@@ -1,3 +1,9 @@
1
+## [0.5.22] - 2025-02-28
2
+
3
+### Changed
4
5
+- Removes uses of naive datetimes, which should result in 0 warnings when run on Python 3.12
6
7
## [0.5.19] - 2024-07-31
8
9
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqs-workers"
-version = "0.5.21"
+version = "0.5.22"
description = "An opinionated queue processor for Amazon SQS"
authors = ["Doist Developers <dev@doist.com>"]
license = "MIT"
0 commit comments