Skip to content

Commit

Permalink
Version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Jun 18, 2024
1 parent 996a754 commit 0f45d6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ cairocffi changelog
-------------------


Version 1.7.1
.............

Released on 2024-06-18

* `#227 <https://github.com/Kozea/cairocffi/pull/227>`_:
Add get_hairline() and set_hairline() functions


Version 1.7.0
.............

Expand Down
2 changes: 1 addition & 1 deletion cairocffi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from . import constants
from .ffi import ffi

VERSION = __version__ = '1.7.0'
VERSION = __version__ = '1.7.1'
# supported version of cairo, used to be pycairo version too:
version = '1.17.2'
version_info = (1, 17, 2)
Expand Down

0 comments on commit 0f45d6a

Please sign in to comment.