We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8efa97 commit 4d46455Copy full SHA for 4d46455
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v0.5.2 (2025-12-08)
6
+
7
+### Bug Fixes
8
9
+- **tests**: Handle __STITCHED__ in package module for runtime mode detection
10
+ ([`d8efa97`](https://github.com/apathetic-tools/python-utils/commit/d8efa97a7e81a0f31507a8afd25d0069897c1016))
11
12
13
## v0.5.1 (2025-12-08)
14
15
### Bug Fixes
pyproject.toml
@@ -2,7 +2,7 @@
[project]
name = "apathetic-utils"
-version = "0.5.1"
+version = "0.5.2"
description = "When stdlib is almost enough."
authors = [
{ name = "Apathetic Tools" }
0 commit comments