Merge branch 'release/3.8.1' into master

This commit is contained in:
Roman Mogylatov 2017-11-30 11:31:16 +02:00
commit 8cc8c57589
4 changed files with 8 additions and 2 deletions

View File

@ -33,3 +33,5 @@ matrix:
env: TOXENV=py36
- python: pypy
env: TOXENV=pypy
notifications:
slack: ets-labs:g9OU0r5PXjA5ueeoQw01dVvV

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
3.8.1
-----
- Fix padding problem in code samples in docs.
3.8.0
-----
- Add ``DeclarativeContainer.containers`` attribute that stores dictionary of

View File

@ -1,5 +1,5 @@
sphinx
sphinx_rtd_theme
sphinx_rtd_theme>=0.2.5b1
sphinx_autobuild
sphinxcontrib-disqus
autodoc

View File

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