mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-14 10:33:12 +03:00
Bump version to 3.44.0
This commit is contained in:
parent
9ee4959f76
commit
1f136e427d
|
@ -7,11 +7,12 @@ 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`_
|
||||||
|
|
||||||
Develop
|
3.44.0
|
||||||
-------
|
------
|
||||||
- Add native support of the generics to the providers: ``some_provider = providers.Provider[SomeClass]``.
|
- Add native support of the generics to the providers: ``some_provider = providers.Provider[SomeClass]``.
|
||||||
- Deprecate module ``types``.
|
- Deprecate module ``types``.
|
||||||
- Add documentation page on providers typing and ``mypy`` support.
|
- Add documentation page on providers typing and ``mypy`` support.
|
||||||
|
- Update README.
|
||||||
|
|
||||||
3.43.1
|
3.43.1
|
||||||
------
|
------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Top-level package."""
|
"""Top-level package."""
|
||||||
|
|
||||||
__version__ = '3.43.1'
|
__version__ = '3.44.0'
|
||||||
"""Version number.
|
"""Version number.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user