Skip to content

Commit

Permalink
Bump to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Nov 18, 2021
1 parent e136d9d commit 9350dfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.4

* Typing and style fixes

## 1.2.3

* Honor -D/-U arguments from pkg-config
Expand Down
2 changes: 1 addition & 1 deletion libversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from libversion._libversion import version_compare2 as version_compare2
from libversion._libversion import version_compare4 as version_compare4

__version__ = '1.2.3'
__version__ = '1.2.4'

__all__ = [
'version_compare2',
Expand Down

0 comments on commit 9350dfe

Please sign in to comment.