Bump version to 3.36.0

This commit is contained in:
Roman Mogylatov 2020-09-02 21:28:09 -04:00
parent 27ea3e3156
commit 063301a0b3
2 changed files with 6 additions and 3 deletions

View File

@ -7,11 +7,14 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
3.36.0
------
- Update providers overriding documentation and rework examples.
- Update documentation on injecting provided object attributes, items or method calls.
- Update documentation and example on creating a custom provider.
- Update providers index documentation page to give better overview of providers functionality.
- Fix mypy stub of the ``Provider`` to specify the protected ``._copy_overridings()`` method.
- Update copyright year in the documentation.
3.35.1
------

View File

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