mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-24 18:43:58 +03:00
Bump version to 4.32.3
This commit is contained in:
parent
c2a1351612
commit
e06dd782cd
|
@ -17,3 +17,4 @@ Dependency Injector Contributors
|
|||
+ Fotis Koutoupas (kootoopas)
|
||||
+ Shubhendra Singh Chauhan (withshubh)
|
||||
+ sonthonaxrk (sonthonaxrk)
|
||||
+ Ngo Thanh Loi (Leonn) (loingo95)
|
||||
|
|
|
@ -7,6 +7,11 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
4.32.3
|
||||
------
|
||||
- This fix a typo in ``di_in_python.rst`` doc.
|
||||
Thanks to `@loingo95 <https://github.com/loingo95>`_ for the fix.
|
||||
|
||||
4.32.2
|
||||
------
|
||||
- Improve wiring fault tolerance.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.32.2'
|
||||
__version__ = '4.32.3'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user