Prepare 3.2.4 release

This commit is contained in:
Roman Mogilatov 2017-01-11 00:14:32 +02:00
parent 2012974f7e
commit b0a568b936
2 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,13 @@ Development version
-------------------
- No features.
3.2.4
-----
- Switch to single version of documentation for getting shorter urls (without
``/en/stable/``). Add appropriate redirects for compatibility with previous
links.
- Update copyright date.
3.2.3
-----
- Add examples into README.

View File

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