From f48b04de94ea60ec717d2093da3bad6478ee4922 Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Tue, 30 Aug 2022 16:23:56 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e951df0b..631da2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## latest +## 2.5.0.1 + +* Add pkgconfig as dependency to the pythonpublish workflow https://github.com/precice/python-bindings/commit/200dc2aba160e18a7d1dae44ef3493d546e69eb9 + ## 2.5.0.0 * Bindings now use pkgconfig to determine flags and link to preCICE. https://github.com/precice/python-bindings/pull/149