Bump version to 3.18.0

This commit is contained in:
Roman Mogylatov 2020-06-25 18:06:37 -04:00
parent f176b02045
commit 525ddbc24c
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.18.0
------
- Add ``Configuration.from_yaml()`` method to load configuration from the yaml file.
- Add ``Configuration.from_ini()`` method to load configuration from the ini file.
- Add ``Configuration.from_dict()`` method to load configuration from the dictionary.

View File

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