mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 19:14:00 +03:00
Increase version to 2.1.0
This commit is contained in:
parent
16e9c3399c
commit
a309a2053d
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
VERSION = '2.0.0'
|
||||
VERSION = '2.1.0'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
|
@ -9,6 +9,10 @@ follows `Semantic versioning`_
|
|||
|
||||
Development version
|
||||
-------------------
|
||||
- No features.
|
||||
|
||||
2.1.0
|
||||
-----
|
||||
- Add ``ThreadLocalSingleton`` and ``DelegatedThreadLocalSingleton`` providers.
|
||||
- Add documentation section about singleton providers and multi-threading.
|
||||
- Update API docs of creational providers.
|
||||
|
|
Loading…
Reference in New Issue
Block a user