Skip to content

Commit e06dd78

Browse files
committed
Bump version to 4.32.3
1 parent c2a1351 commit e06dd78

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Dependency Injector Contributors
1717
+ Fotis Koutoupas (kootoopas)
1818
+ Shubhendra Singh Chauhan (withshubh)
1919
+ sonthonaxrk (sonthonaxrk)
20+
+ Ngo Thanh Loi (Leonn) (loingo95)

docs/main/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
4.32.3
11+
------
12+
- This fix a typo in ``di_in_python.rst`` doc.
13+
Thanks to `@loingo95 <https://github.com/loingo95>`_ for the fix.
14+
1015
4.32.2
1116
------
1217
- Improve wiring fault tolerance.

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = '4.32.2'
3+
__version__ = '4.32.3'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)