mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-13 18:13:12 +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
|
From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
follows `Semantic versioning`_
|
||||||
|
|
||||||
Development version
|
3.36.0
|
||||||
-------------------
|
------
|
||||||
- Update providers overriding documentation and rework examples.
|
- Update providers overriding documentation and rework examples.
|
||||||
- Update documentation on injecting provided object attributes, items or method calls.
|
- Update documentation on injecting provided object attributes, items or method calls.
|
||||||
- Update documentation and example on creating a custom provider.
|
- 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
|
3.35.1
|
||||||
------
|
------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.35.1'
|
__version__ = '3.36.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