mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Bump version to 3.13.2
This commit is contained in:
parent
bd855ace58
commit
b3a6aeae41
|
@ -7,9 +7,12 @@ 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`_
|
||||||
|
|
||||||
Development version
|
3.13.2
|
||||||
-------------------
|
------
|
||||||
- Add additional benchmark of ``Factory`` provider.
|
- Add additional benchmark of ``Factory`` provider.
|
||||||
|
- Add tests and tox.ini to the distribution, so that they could be used after
|
||||||
|
package is installed (thanks to
|
||||||
|
`Tobias Happ <https://github.com/Gerschtli>`_).
|
||||||
|
|
||||||
3.13.1
|
3.13.1
|
||||||
------
|
------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.13.1'
|
__version__ = '3.13.2'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user