Skip to content

Commit f1984d6

Browse files
committed
Version 1.6.1
1 parent 075c367 commit f1984d6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ cairocffi changelog
22
-------------------
33

44

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+
514
Version 1.6.0
615
.............
716

cairocffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from . import constants
1616
from .ffi import ffi
1717

18-
VERSION = __version__ = '1.6.0'
18+
VERSION = __version__ = '1.6.1'
1919
# supported version of cairo, used to be pycairo version too:
2020
version = '1.17.2'
2121
version_info = (1, 17, 2)

0 commit comments

Comments
 (0)