File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,5 @@ matrix:
33
33
env : TOXENV=py36
34
34
- python : pypy
35
35
env : TOXENV=pypy
36
+ notifications :
37
+ slack : ets-labs:g9OU0r5PXjA5ueeoQw01dVvV
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ that were made in every particular version.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
10
+ 3.8.1
11
+ -----
12
+ - Fix padding problem in code samples in docs.
13
+
10
14
3.8.0
11
15
-----
12
16
- Add ``DeclarativeContainer.containers `` attribute that stores dictionary of
Original file line number Diff line number Diff line change 1
1
sphinx
2
- sphinx_rtd_theme
2
+ sphinx_rtd_theme>=0.2.5b1
3
3
sphinx_autobuild
4
4
sphinxcontrib-disqus
5
5
autodoc
Original file line number Diff line number Diff line change 1
1
"""Dependency injector top-level package."""
2
2
3
- __version__ = '3.8.0 '
3
+ __version__ = '3.8.1 '
4
4
"""Version number that follows semantic versioning.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments