From 5bb9d221a5722620555d4eaedf9ca42a4521d634 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 4 Sep 2020 23:22:58 -0400 Subject: [PATCH] Bump version to 3.39.0 --- docs/main/changelog.rst | 8 ++++++++ src/dependency_injector/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 3c32e5d2..d9268a58 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,14 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +3.39.0 +------ +- Add application examples with single and multiple containers. +- Remove "Services" application examples. +- Split examples page into "Examples" with main examples and "Other Examples" with secondary + examples. +- Move "Installation" page to "Introduction" section. + 3.38.1 ------ - Fix README. diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index f9b7bd7c..0acc9a0c 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Dependency injector top-level package.""" -__version__ = '3.38.1' +__version__ = '3.39.0' """Version number that follows semantic versioning. :type: str