Bump version to 4.1.3

This commit is contained in:
Roman Mogylatov 2020-10-27 14:05:16 -04:00
parent 3b4fae8dca
commit 969849e4da
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ 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`_
Develop 4.1.3
----- -----
- Migrate from ``travis-ci.org`` to ``travis-ci.com`` to fix build issues. - Migrate from ``travis-ci.org`` to ``travis-ci.com`` to fix build issues.
- Add explicit installation of ``certifi`` for Windows build to resolve build problems. - Add explicit installation of ``certifi`` for Windows build to resolve build problems.

View File

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