Skip to content

Commit 50c5e1b

Browse files
committed
release v0.1.7
1 parent 75487f2 commit 50c5e1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.1.7 - 2026-02-21
44

55
**Added:**
66

steady_queue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from datetime import timedelta
22
from typing import Optional
33

4-
VERSION = (0, 1, 6)
4+
VERSION = (0, 1, 7)
55

66
__version__ = ".".join(map(str, VERSION))
77

0 commit comments

Comments
 (0)