Skip to content

Commit

Permalink
Merge branch 'release/3.11.2' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Feb 22, 2018
2 parents 13fd1be + c6fd9f3 commit 665b8d0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -120,7 +120,7 @@
#html_theme_options = {}

# 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
# "<project> v<release> documentation".
Expand Down
5 changes: 5 additions & 0 deletions docs/main/changelog.rst
Expand Up @@ -7,6 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
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
------
- Fix small typo in documentation (thanks to James Lafa).
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Expand Up @@ -4,3 +4,4 @@ unittest2
coverage
flake8
pydocstyle
sphinx_autobuild
4 changes: 1 addition & 3 deletions requirements-doc.txt
@@ -1,5 +1,3 @@
sphinx
sphinx_rtd_theme==0.2.5b2
-e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
sphinx_autobuild
sphinxcontrib-disqus
autodoc
2 changes: 1 addition & 1 deletion src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
"""Dependency injector top-level package."""

__version__ = '3.11.1'
__version__ = '3.11.2'
"""Version number that follows semantic versioning.
:type: str
Expand Down

0 comments on commit 665b8d0

Please sign in to comment.