diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index d90dc0e7..c7c872f2 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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. diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index 555e36f1..124dc672 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -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