mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-17 03:53:14 +03:00
Bump version to 2.0.0
This commit is contained in:
parent
bef0a952b5
commit
93bab98859
|
@ -61,7 +61,7 @@ from dependency_injector.errors import (
|
||||||
from dependency_injector import catalogs
|
from dependency_injector import catalogs
|
||||||
catalog = catalogs
|
catalog = catalogs
|
||||||
|
|
||||||
VERSION = '1.17.0'
|
VERSION = '2.0.0'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
|
@ -11,6 +11,10 @@ Development version
|
||||||
-------------------
|
-------------------
|
||||||
- No features.
|
- No features.
|
||||||
|
|
||||||
|
2.0.0
|
||||||
|
------
|
||||||
|
- TBD
|
||||||
|
|
||||||
1.17.0
|
1.17.0
|
||||||
------
|
------
|
||||||
- Add ``add_injections()`` method to ``Callable``, ``DelegatedCallable``,
|
- Add ``add_injections()`` method to ``Callable``, ``DelegatedCallable``,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user