Bump version to 3.19.0

This commit is contained in:
Roman Mogylatov 2020-06-29 16:34:05 -04:00
parent a0a3da8f72
commit 1a5e7baf7b
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
3.19.0
------
- Add ``Selector`` provider.
- Fix ``Configuration.override()`` to return ``OverridingContext`` for non-dictionary values.

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.18.1'
__version__ = '3.19.0'
"""Version number that follows semantic versioning.
:type: str