mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-18 04:20:46 +03:00
Bump version to 3.35.0
This commit is contained in:
parent
c4b33749d2
commit
0985635ea6
|
@ -7,8 +7,8 @@ that were made in every particular version.
|
||||||
From version 0.7.6 *Dependency Injector* framework strictly
|
From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
follows `Semantic versioning`_
|
||||||
|
|
||||||
Development version
|
3.35.0
|
||||||
-------------------
|
------
|
||||||
- Update documentation and rework examples for: ``Singleton``, ``Callable``, ``Coroutine``,
|
- Update documentation and rework examples for: ``Singleton``, ``Callable``, ``Coroutine``,
|
||||||
``Object``, ``List``, ``Configuration``, ``Selector``, and ``Dependency`` providers.
|
``Object``, ``List``, ``Configuration``, ``Selector``, and ``Dependency`` providers.
|
||||||
- Fix mypy stub of the ``DeclarativeContainer`` to specify the ``__init__`` interface.
|
- Fix mypy stub of the ``DeclarativeContainer`` to specify the ``__init__`` interface.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.34.0'
|
__version__ = '3.35.0'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user