mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-16 19:40:59 +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
|
||||
follows `Semantic versioning`_
|
||||
|
||||
Develop
|
||||
-------
|
||||
3.44.0
|
||||
------
|
||||
- Add native support of the generics to the providers: ``some_provider = providers.Provider[SomeClass]``.
|
||||
- Deprecate module ``types``.
|
||||
- Add documentation page on providers typing and ``mypy`` support.
|
||||
- Update README.
|
||||
|
||||
3.43.1
|
||||
------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '3.43.1'
|
||||
__version__ = '3.44.0'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user