diff --git a/README.rst b/README.rst
index 8a221eb8..b1722e63 100644
--- a/README.rst
+++ b/README.rst
@@ -142,7 +142,7 @@ The package is available on the `PyPi`_::
Documentation
-------------
-The documentation is available `here `_
+The documentation is available `here `_.
Examples
--------
diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst
index 4b116734..14e3b652 100644
--- a/docs/main/changelog.rst
+++ b/docs/main/changelog.rst
@@ -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
diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py
index 26f7db36..dabe6454 100644
--- a/src/dependency_injector/__init__.py
+++ b/src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
"""Top-level package."""
-__version__ = '4.3.0'
+__version__ = '4.3.1'
"""Version number.
:type: str