We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035f075 commit 5995b14Copy full SHA for 5995b14
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.2.3
4
+
5
+* Honor -D/-U arguments from pkg-config
6
7
## 1.2.2
8
9
* Fix build when pkg-config returns paths with spaces
libversion/__init__.py
@@ -29,7 +29,7 @@
29
from libversion._libversion import version_compare4 as version_compare4
30
31
32
-__version__ = '1.2.2'
+__version__ = '1.2.3'
33
34
__all__ = [
35
'version_compare2',
0 commit comments