mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Bump version to 3.24.1
This commit is contained in:
parent
469cb37302
commit
4ca385d73b
|
@ -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
|
||||
|
|
|
@ -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``.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user