Bump version to 4.3.1

This commit is contained in:
Roman Mogylatov 2020-10-29 23:00:43 -04:00
parent 84b0029494
commit f65f8b1af9
3 changed files with 6 additions and 2 deletions

View File

@ -142,7 +142,7 @@ The package is available on the `PyPi`_::
Documentation 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 Examples
-------- --------

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
4.3.1
-----
- Fix README.
4.3.0 4.3.0
----- -----
- Implement per-function execution scope for ``Resource`` provider in tandem - Implement per-function execution scope for ``Resource`` provider in tandem

View File

@ -1,6 +1,6 @@
"""Top-level package.""" """Top-level package."""
__version__ = '4.3.0' __version__ = '4.3.1'
"""Version number. """Version number.
:type: str :type: str