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 ef8226b commit 3d559faCopy full SHA for 3d559fa
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v0.5.1 (2025-12-08)
6
+
7
+### Bug Fixes
8
9
+- **testing**: Re-enable globals patching for stitched modules
10
+ ([`ef8226b`](https://github.com/apathetic-tools/python-utils/commit/ef8226b4714b6cff3d90a429a79467ab2529ea8f))
11
12
13
## v0.5.0 (2025-12-08)
14
15
### Features
pyproject.toml
@@ -2,7 +2,7 @@
[project]
name = "apathetic-utils"
-version = "0.5.0"
+version = "0.5.1"
description = "When stdlib is almost enough."
authors = [
{ name = "Apathetic Tools" }
0 commit comments