Skip to content

Commit 8cc8c57

Browse files
committed
Merge branch 'release/3.8.1' into master
2 parents 74a058e + d9082f1 commit 8cc8c57

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ matrix:
3333
env: TOXENV=py36
3434
- python: pypy
3535
env: TOXENV=pypy
36+
notifications:
37+
slack: ets-labs:g9OU0r5PXjA5ueeoQw01dVvV

docs/main/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
3.8.1
11+
-----
12+
- Fix padding problem in code samples in docs.
13+
1014
3.8.0
1115
-----
1216
- Add ``DeclarativeContainer.containers`` attribute that stores dictionary of

requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx
2-
sphinx_rtd_theme
2+
sphinx_rtd_theme>=0.2.5b1
33
sphinx_autobuild
44
sphinxcontrib-disqus
55
autodoc

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Dependency injector top-level package."""
22

3-
__version__ = '3.8.0'
3+
__version__ = '3.8.1'
44
"""Version number that follows semantic versioning.
55
66
:type: str

0 commit comments

Comments
 (0)