Bump version to 3.35.0

This commit is contained in:
Roman Mogylatov 2020-09-01 21:40:14 -04:00
parent c4b33749d2
commit 0985635ea6
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
3.35.0
------
- Update documentation and rework examples for: ``Singleton``, ``Callable``, ``Coroutine``,
``Object``, ``List``, ``Configuration``, ``Selector``, and ``Dependency`` providers.
- Fix mypy stub of the ``DeclarativeContainer`` to specify the ``__init__`` interface.

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.34.0'
__version__ = '3.35.0'
"""Version number that follows semantic versioning.
:type: str