Skip to content

Commit b4ddf61

Browse files
committed
Merge branch 'release/4.35.1' into master
2 parents 547b7fd + f376628 commit b4ddf61

File tree

6 files changed

+137
-94
lines changed

6 files changed

+137
-94
lines changed

docs/main/changelog.rst

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

10+
4.35.1
11+
------
12+
- Fix a container issue with supporting custom string types.
13+
See issue `#479 <https://github.com/ets-labs/python-dependency-injector/issues/479>`_.
14+
Thanks to `@ilsurih <https://github.com/ilsurih>`_ for reporting the issue.
15+
1016
4.35.0
1117
------
1218
- Add support of six 1.16.0.

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.0'
3+
__version__ = '4.35.1'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)