mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +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
|
||||
catalog = catalogs
|
||||
|
||||
VERSION = '1.17.0'
|
||||
VERSION = '2.0.0'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
|
@ -11,6 +11,10 @@ Development version
|
|||
-------------------
|
||||
- No features.
|
||||
|
||||
2.0.0
|
||||
------
|
||||
- TBD
|
||||
|
||||
1.17.0
|
||||
------
|
||||
- Add ``add_injections()`` method to ``Callable``, ``DelegatedCallable``,
|
||||
|
|
Loading…
Reference in New Issue
Block a user