mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Bump version to 3.43.0
This commit is contained in:
parent
203427aa97
commit
07f050d2ad
|
@ -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
|
||||
|
|
|
@ -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
|
||||
------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '3.42.0'
|
||||
__version__ = '3.43.0'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user