Merge branch 'release/3.11.2' into master

This commit is contained in:
Roman Mogylatov 2018-02-22 11:50:01 +02:00
commit 665b8d024d
5 changed files with 9 additions and 5 deletions

View File

@ -120,7 +120,7 @@ html_theme = 'sphinx_rtd_theme'
#html_theme_options = {} #html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory. # Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = [] html_theme_path = ['_themes']
# The name for this set of Sphinx documents. If None, it defaults to # The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation". # "<project> v<release> documentation".

View File

@ -7,6 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
3.11.2
------
- Fix padding problem in code samples in docs.
- Remove ``autodoc`` from the list of documentation dependencies.
3.11.1 3.11.1
------ ------
- Fix small typo in documentation (thanks to James Lafa). - Fix small typo in documentation (thanks to James Lafa).

View File

@ -4,3 +4,4 @@ unittest2
coverage coverage
flake8 flake8
pydocstyle pydocstyle
sphinx_autobuild

View File

@ -1,5 +1,3 @@
sphinx sphinx
sphinx_rtd_theme==0.2.5b2
-e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus -e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
sphinx_autobuild
sphinxcontrib-disqus
autodoc

View File

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