Bump version to 4.23.5

This commit is contained in:
Roman Mogylatov 2021-02-17 11:31:39 -05:00
parent f9a2ffaad6
commit 763d42d532
2 changed files with 5 additions and 1 deletions

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.23.5
------
- Fix docs publishing.
4.23.4 4.23.4
------ ------
- Fix a typo. - Fix a typo.

View File

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