Skip to content

Commit 2cb31b7

Browse files
authored
Merge pull request #43 from knifecake/release-v0.1.7
Release v0.1.7
2 parents 75487f2 + 50c5e1b commit 2cb31b7

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)