Skip to content

Commit 9637d97

Browse files
committed
Bump version to 4.35.3
1 parent c4639e5 commit 9637d97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/main/changelog.rst

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

10-
Dev version
10+
4.35.3
1111
------
1212
- Fix ``@containers.copy()`` decorator to respect dependencies on parent providers.
1313
See issue `#477 <https://github.com/ets-labs/python-dependency-injector/issues/477>`_.

Diff for: 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.2'
3+
__version__ = '4.35.3'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)