Bump version to 3.13.2

This commit is contained in:
Roman Mogylatov 2018-09-02 21:01:19 +03:00
parent bd855ace58
commit b3a6aeae41
2 changed files with 6 additions and 3 deletions

View File

@ -7,9 +7,12 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
3.13.2
------
- 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
------

View File

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