8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a10f32 commit d6dbef0Copy full SHA for d6dbef0
docs/main/changelog.rst
@@ -7,9 +7,11 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
-Development version
11
--------------------
+3.38.0
+------
12
- Update "What is What is dependency injection?" documentation page.
13
+- Update README.
14
+- Fix a bunch of typos.
15
16
3.37.0
17
------
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Dependency injector top-level package."""
2
3
-__version__ = '3.37.0'
+__version__ = '3.38.0'
4
"""Version number that follows semantic versioning.
5
6
:type: str
0 commit comments