Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 11, 2019
1 parent a5c4a1e commit 4dbf048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.0

* Added support for libversion 3.0.0 features, `LOWER_BOUND` and
`UPPER_BOUND` flags

## 1.1.4

* Type correctness fixes
Expand Down
2 changes: 1 addition & 1 deletion libversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from libversion._libversion import version_compare4 as version_compare4


__version__ = '1.1.4'
__version__ = '1.2.0'

__all__ = [
'version_compare2',
Expand Down

0 comments on commit 4dbf048

Please sign in to comment.