Update version to 2.1.1
This commit is contained in:
parent
df899727ce
commit
d9f4aed43c
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
VERSION = '2.1.0'
|
||||
VERSION = '2.1.1'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
|
@ -11,6 +11,10 @@ Development version
|
|||
-------------------
|
||||
- No features.
|
||||
|
||||
2.1.1
|
||||
-----
|
||||
- Normalize package names by PEP-503.
|
||||
|
||||
2.1.0
|
||||
-----
|
||||
- Add ``ThreadLocalSingleton`` and ``DelegatedThreadLocalSingleton`` providers.
|
||||
|
|
Loading…
Reference in New Issue