Skip to content

Commit 8672ace

Browse files
Merge pull request #121 from Doist/brandon/version
Version 0.5.22
2 parents b623bab + b069d71 commit 8672ace

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [0.5.19] - 2024-07-31
28

39
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sqs-workers"
3-
version = "0.5.21"
3+
version = "0.5.22"
44
description = "An opinionated queue processor for Amazon SQS"
55
authors = ["Doist Developers <dev@doist.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)