mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 22:50:52 +03:00
Bump version to 3.12.5
This commit is contained in:
parent
2a051ffd70
commit
7aa07449b2
|
@ -7,6 +7,11 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
3.12.5
|
||||
------
|
||||
- Add example of "Chained Factories" pattern.
|
||||
- Add example of "Factory of Factories" pattern.
|
||||
|
||||
3.12.4
|
||||
------
|
||||
- Fix bug `#200 <https://github.com/ets-labs/python-dependency-injector/issues/200>`_.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
__version__ = '3.12.4'
|
||||
__version__ = '3.12.5'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user