mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Bump version to 3.36.0
This commit is contained in:
parent
27ea3e3156
commit
063301a0b3
|
@ -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
|
||||
------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user