Skip to content

Commit 902913c

Browse files
committed
Bump version to 4.36.0
1 parent 14d8ed9 commit 902913c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/main/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10-
Development version
11-
-------------------
10+
4.36.0
11+
------
1212
- Add support of non-string keys for ``FactoryAggregate`` provider.
1313
- Improve ``FactoryAggregate`` typing stub.
1414
- Improve resource subclasses typing and make shutdown definition optional

src/dependency_injector/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = '4.35.3'
3+
__version__ = '4.36.0'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)