Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 15, 2023
1 parent e70945d commit b48a5b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@ cairocffi changelog
-------------------


Version 1.5.1
.............

Released on 2023-04-15

* `#212 <https://github.com/Kozea/cairocffi/issues/212>`_:
Bring back XCB support during wheel generation


Version 1.5.0
.............

Released on 2023-03-17

* `#106 <https://github.com/Kozea/cairocffi/issues/106>`,
`#200 <https://github.com/Kozea/cairocffi/issues/200>`:
* `#106 <https://github.com/Kozea/cairocffi/issues/106>`_,
`#200 <https://github.com/Kozea/cairocffi/issues/200>`_:
Fallback to manual PNG file creation on hardened systems
* `#210 <https://github.com/Kozea/cairocffi/pull/210>`:
* `#210 <https://github.com/Kozea/cairocffi/pull/210>`_:
Use pyproject.toml for packaging and remove other useless files


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

VERSION = __version__ = '1.5.0'
VERSION = __version__ = '1.5.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 b48a5b3

Please sign in to comment.