Increase version to 3.2.3

This commit is contained in:
Roman Mogilatov 2016-12-27 23:10:52 +02:00
parent 4223a07183
commit 554e307da4
2 changed files with 6 additions and 1 deletions
docs/main
src/dependency_injector

View File

@ -11,6 +11,11 @@ Development version
-------------------
- No features.
3.2.3
-----
- Add examples into README.
- Make minor documentation updates.
3.2.2
-----
- Change name of version variable to follow PEP8: ``VERSION`` -> ``__version__``.

View File

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