1 parent 3a116cf commit f903642Copy full SHA for f903642
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
## [Unreleased]
8
9
+## [1.1.0] - 2026-06-28
10
+
11
### Added
12
13
- `sync_timeout(seconds)` decorator: a synchronous counterpart to `timeout`.
interlock/version.py
@@ -7,7 +7,7 @@
__all__ = ('VERSION',)
-VERSION = '1.0.0'
+VERSION = '1.1.0'
"""The installed version of interlock.
Guaranteed to comply with PEP 440 version specifiers.
0 commit comments