Update version to 2.1.1

This commit is contained in:
Roman Mogilatov 2016-09-07 11:00:24 +03:00
parent df899727ce
commit d9f4aed43c
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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.