Skip to content

Commit

Permalink
Merge branch 'release/4.3.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Oct 30, 2020
2 parents 84b0029 + f65f8b1 commit 4c46d34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The package is available on the `PyPi`_::
Documentation
-------------

The documentation is available `here <https://python-dependency-injector.ets-labs.org/>`_
The documentation is available `here <https://python-dependency-injector.ets-labs.org/>`_.

Examples
--------
Expand Down
4 changes: 4 additions & 0 deletions docs/main/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_

4.3.1
-----
- Fix README.

4.3.0
-----
- Implement per-function execution scope for ``Resource`` provider in tandem
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.3.0'
__version__ = '4.3.1'
"""Version number.
:type: str
Expand Down

0 comments on commit 4c46d34

Please sign in to comment.