mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 06:30:51 +03:00
Merge branch 'release/4.3.1' into master
This commit is contained in:
commit
4c46d34b20
|
@ -142,7 +142,7 @@ The package is available on the `PyPi`_::
|
|||
Documentation
|
||||
-------------
|
||||
|
||||
The documentation is available `here <https://python-dependency-injector.ets-labs.org/>`_
|
||||
The documentation is available `here <https://python-dependency-injector.ets-labs.org/>`_.
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
|
|
@ -7,6 +7,10 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
4.3.1
|
||||
-----
|
||||
- Fix README.
|
||||
|
||||
4.3.0
|
||||
-----
|
||||
- Implement per-function execution scope for ``Resource`` provider in tandem
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.3.0'
|
||||
__version__ = '4.3.1'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user