diff --git a/README.md b/README.md
index 0f7127a..97b1ad2 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@
- [![build status](https://github.com/pemistahl/grex/actions/workflows/build.yml/badge.svg)](https://github.com/pemistahl/grex/actions/workflows/build.yml)
+ [![rust build status](https://github.com/pemistahl/grex/actions/workflows/rust-build.yml/badge.svg)](https://github.com/pemistahl/grex/actions/workflows/rust-build.yml)
+ [![python build status](https://github.com/pemistahl/grex/actions/workflows/python-build.yml/badge.svg)](https://github.com/pemistahl/grex/actions/workflows/python-build.yml)
[![docs.rs](https://docs.rs/grex/badge.svg)](https://docs.rs/grex)
[![codecov](https://codecov.io/gh/pemistahl/grex/branch/main/graph/badge.svg)](https://codecov.io/gh/pemistahl/grex)
[![dependency status](https://deps.rs/crate/grex/1.4.3/status.svg)](https://deps.rs/crate/grex/1.4.3)
diff --git a/README_PYPI.md b/README_PYPI.md
index 0fa08c4..601d211 100644
--- a/README_PYPI.md
+++ b/README_PYPI.md
@@ -4,7 +4,7 @@
-[![build status](https://github.com/pemistahl/grex/actions/workflows/build.yml/badge.svg)](https://github.com/pemistahl/grex/actions/workflows/build.yml)
+[![build status](https://github.com/pemistahl/grex/actions/workflows/python-build.yml/badge.svg)](https://github.com/pemistahl/grex/actions/workflows/python-build.yml)
[![codecov](https://codecov.io/gh/pemistahl/grex/branch/main/graph/badge.svg)](https://codecov.io/gh/pemistahl/grex)
[![demo](https://img.shields.io/badge/-Demo%20Website-orange?logo=HTML5&labelColor=white)](https://pemistahl.github.io/grex-js/)
![supported Python versions](https://img.shields.io/badge/Python-%3E%3D%203.8-blue?logo=Python&logoColor=yellow)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9551647..dce016f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,11 @@
+## grex 1.4.3 (released on 24 Aug 2023)
+
+### Features
+- Python bindings are now available for the library. Use grex within any Python software. (#172)
+
+### Changes
+- All dependencies have been updated to their latest versions.
+
## grex 1.4.2 (released on 26 Jul 2023)
### Improvements