Bump versionto 4.0.1

This commit is contained in:
Roman Mogylatov 2020-10-16 14:10:14 -04:00
parent 819023e7aa
commit 09d1c4ce9f
2 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,15 @@ 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.0.1
-----
- Extend ``Configuration.from_ini()`` and ``Configuration.from_yaml()`` typing stubs to
accept ``pathlib.Path``. The methods were already compatible with ``pathlib.Path``
and just did not accept it in their signatures (see
`PR 300 <https://github.com/ets-labs/python-dependency-injector/pull/300>`_). Fix
was provided by `JarnoRFB <https://github.com/JarnoRFB>`_. Many thanks to you again,
JarnoRFB.
4.0.0 4.0.0
----- -----
New features: New features:

View File

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