Skip to content

Commit 0d8d65f

Browse files
committed
Remove exit stack usage from README.md
1 parent bc94b9c commit 0d8d65f

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ This library was inspired by FastAPI's dependency injection. The reasons for its
2020
## No more words, let's try!
2121

2222
```python
23-
from contextlib import ExitStack
24-
2523
from fundi import scan, from_, inject
2624

2725

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = "FunDI"
1515
copyright = "2025, Kuyugama"
1616
author = "Kuyugama"
17-
release = "1.3.6"
17+
release = "1.3.7"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fundi"
3-
version = "1.3.6"
3+
version = "1.3.7"
44
description = "Dependency injection library"
55
requires-python = ">=3.10"
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)