Increase version to 2.1.0

This commit is contained in:
Roman Mogilatov 2016-08-19 01:16:43 +03:00
parent 16e9c3399c
commit a309a2053d
2 changed files with 5 additions and 1 deletions

View File

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

View File

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