Merge branch 'release/3.24.1' into master

This commit is contained in:
Roman Mogylatov 2020-07-29 12:18:24 -04:00
commit 577c7854da
3 changed files with 8 additions and 3 deletions

View File

@ -3,10 +3,10 @@ Dependency Injector --- Dependency injection framework for Python
=================================================================
.. meta::
:google-site-verification: 6it89zX0_wccKEhAqbAiYQooS95f0BA8YfesHk6bsNA
:google-site-verification: V1hlKfpgL3AARAElwFcqP4qW1Smsx5bKSRU8O86i20Y
:keywords: Python,Dependency injection,DI,Inversion of Control,IoC,
IoC Container,Factory, Singleton, Design Patterns
:description: Dependency Injector is a dependency injection microframework
:description: Dependency Injector is a dependency injection framework
for Python. It was designed to be unified, developer-friendly
tool that helps to implement dependency injection design
pattern in formal, pretty, Pythonic way. Dependency Injector

View File

@ -7,6 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
3.24.1
------
- Update Google Search Console verification meta tag.
- Update meta description.
3.24.0
------
- Add ``Aiohttp`` integration module ``dependency_injector.ext.aiohttp``.

View File

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