diff --git a/CHANGELOG.md b/CHANGELOG.md index fffebbc..e292688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.2.2 + +* Fix build when pkg-config returns paths with spaces + ## 1.2.1 * Provide more clear messages on missing dependencies diff --git a/libversion/__init__.py b/libversion/__init__.py index 4c0686e..95911dc 100644 --- a/libversion/__init__.py +++ b/libversion/__init__.py @@ -29,7 +29,7 @@ from libversion._libversion import version_compare4 as version_compare4 -__version__ = '1.2.1' +__version__ = '1.2.2' __all__ = [ 'version_compare2',