Skip to content

Commit 5995b14

Browse files
committed
Bump to 1.2.3
1 parent 035f075 commit 5995b14

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.3
4+
5+
* Honor -D/-U arguments from pkg-config
6+
37
## 1.2.2
48

59
* Fix build when pkg-config returns paths with spaces

libversion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from libversion._libversion import version_compare4 as version_compare4
3030

3131

32-
__version__ = '1.2.2'
32+
__version__ = '1.2.3'
3333

3434
__all__ = [
3535
'version_compare2',

0 commit comments

Comments
 (0)