Bump version to 3.12.5

This commit is contained in:
Roman Mogylatov 2018-08-16 23:53:22 +03:00
parent 2a051ffd70
commit 7aa07449b2
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
3.12.5
------
- Add example of "Chained Factories" pattern.
- Add example of "Factory of Factories" pattern.
3.12.4
------
- Fix bug `#200 <https://github.com/ets-labs/python-dependency-injector/issues/200>`_.

View File

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