Bump version to 3.43.0

This commit is contained in:
Roman Mogylatov 2020-09-09 23:36:13 -04:00
parent 203427aa97
commit 07f050d2ad
3 changed files with 6 additions and 4 deletions

View File

@ -31,7 +31,7 @@ Verification of currently installed version could be done using
>>> import dependency_injector
>>> dependency_injector.__version__
'3.38.0'
'3.43.0'
.. _PyPi: https://pypi.org/project/dependency-injector/
.. _GitHub: https://github.com/ets-labs/python-dependency-injector

View File

@ -7,9 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Develop
-------
3.43.0
------
- Update API documentation.
- Remove not relevant "speech" example.
- Fix a few typos.
3.42.0
------

View File

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