mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Bump version to 3.23.1
This commit is contained in:
parent
1f115111b2
commit
00d91ae829
|
@ -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
|
||||
------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user