Bump version to 3.23.1

This commit is contained in:
Roman Mogylatov 2020-07-22 12:17:37 -04:00
parent 1f115111b2
commit 00d91ae829
2 changed files with 7 additions and 7 deletions

View File

@ -7,12 +7,12 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
- Fix an issue with creating ``Dependency`` provider with ``abc.ABCMeta``
(thanks to `awaizman1 <https://github.com/awaizman1>`_,
`issue #266 <https://github.com/ets-labs/python-dependency-injector/issues/266>`_,
`PR #267 <https://github.com/ets-labs/python-dependency-injector/pull/267>`_).
3.23.1
------
- Fix an issue with creating ``Dependency`` provider with ``abc.ABCMeta``.
Thanks to `awaizman1 <https://github.com/awaizman1>`_. More info:
`Issue #266 <https://github.com/ets-labs/python-dependency-injector/issues/266>`_,
`PR #267 <https://github.com/ets-labs/python-dependency-injector/pull/267>`_.
3.23.0
------

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.23.0'
__version__ = '3.23.1'
"""Version number that follows semantic versioning.
:type: str