Skip to content

Commit

Permalink
Bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jun 8, 2020
1 parent dfffde1 commit c8454a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.1

* Provide more clear messages on missing dependencies

## 1.2.0

* Added support for libversion 3.0.0 features, `LOWER_BOUND` and
Expand Down
4 changes: 2 additions & 2 deletions libversion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019 Dmitry Marakasov <[email protected]>
# Copyright (c) 2019-2020 Dmitry Marakasov <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -29,7 +29,7 @@
from libversion._libversion import version_compare4 as version_compare4


__version__ = '1.2.0'
__version__ = '1.2.1'

__all__ = [
'version_compare2',
Expand Down

0 comments on commit c8454a0

Please sign in to comment.