From 3c69b4683f0d2bba7ccbd53c27f4ab6843d487f1 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 10 Aug 2020 22:32:29 -0400 Subject: [PATCH] Bump version to 3.29.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 c86f3a1a..01cde170 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.29.0 +------ +- Update README with the more direct message on what is ``Dependency Injector`` and how is it + different from the other frameworks. +- Change the example code in the README. +- Add FAQ to the README. +- Update documentation key features and index pages. + 3.28.1 ------ - Fix typos in the ``asyncio`` + ``Dependency Injector`` monitoring daemon tutorial. diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index 32f64c27..be2daa3e 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Dependency injector top-level package.""" -__version__ = '3.28.1' +__version__ = '3.29.0' """Version number that follows semantic versioning. :type: str