We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075c367 commit f1984d6Copy full SHA for f1984d6
NEWS.rst
@@ -2,6 +2,15 @@ cairocffi changelog
2
-------------------
3
4
5
+Version 1.6.1
6
+.............
7
+
8
+Released on 2023-07-24
9
10
+* `#217 <https://github.com/Kozea/cairocffi/issues/217>`_:
11
+ Repair installation with PyInstaller
12
13
14
Version 1.6.0
15
.............
16
cairocffi/__init__.py
@@ -15,7 +15,7 @@
from . import constants
from .ffi import ffi
17
18
-VERSION = __version__ = '1.6.0'
+VERSION = __version__ = '1.6.1'
19
# supported version of cairo, used to be pycairo version too:
20
version = '1.17.2'
21
version_info = (1, 17, 2)
0 commit comments