Skip to content

Commit

Permalink
Merge branch 'release/4.35.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Aug 5, 2021
2 parents 547b7fd + f376628 commit b4ddf61
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 94 deletions.
6 changes: 6 additions & 0 deletions docs/main/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_

4.35.1
------
- Fix a container issue with supporting custom string types.
See issue `#479 <https://github.com/ets-labs/python-dependency-injector/issues/479>`_.
Thanks to `@ilsurih <https://github.com/ilsurih>`_ for reporting the issue.

4.35.0
------
- Add support of six 1.16.0.
Expand Down
2 changes: 1 addition & 1 deletion src/dependency_injector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package."""

__version__ = '4.35.0'
__version__ = '4.35.1'
"""Version number.
:type: str
Expand Down
Loading

0 comments on commit b4ddf61

Please sign in to comment.