Increase version to 3.2.5

This commit is contained in:
Roman Mogilatov 2017-01-29 23:39:15 +02:00
parent 2ada44f4da
commit 9bb9cf8833
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ Development version
-------------------
- No features.
3.2.5
-----
- Add description of structure into README.
- Fix documentation errors.
3.2.4
-----
- Switch to single version of documentation for getting shorter urls (without

View File

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