Skip to content

Commit

Permalink
Bump version to 4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Feb 5, 2021
1 parent 19a2f55 commit 398d502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/main/changelog.rst
Expand Up @@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_

Development version
-------------------
4.19.0
------
- Add ``singleton.full_reset()`` method to reset all underlying singleton providers.
- Fix ``container.reset_singleton()`` to reset all provider types, not only ``Singleton``.
- Improve ``container.traverse(types=[...])`` and ``provider.traverse(types=[...])`` typing stubs
Expand Down
2 changes: 1 addition & 1 deletion src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
"""Top-level package."""

__version__ = '4.18.0'
__version__ = '4.19.0'
"""Version number.
:type: str
Expand Down

0 comments on commit 398d502

Please sign in to comment.