Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Nov 19, 2022
1 parent 03d0626 commit 60029fa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions NEWS
@@ -1,5 +1,22 @@
Since version 1.11.0 Pycairo uses `Semantic Versioning <http://semver.org/>`__

.. _v1.22.0:

1.22.0 - 2022-11-19
-------------------

* Officially support Python 3.11 :pr:`285`
* PDFSurface.version_to_string(): Fix crash with negative versions :pr:`279`
* typing: ImageSurface.get_stride() returns an int :pr:`282`
* typing: Fix incorrect interface for Matrix constructor :pr:`271`
* typing: Use Generic for Context :pr:`274`
* docs: some cairo.Context fixes :pr:`276`
* docs: try to make create_from_png/write_to_png more clear :pr:`261`
* docs: add an example for how to convert a surface to pillow :pr:`281`
* docs: cairo.Format.RGB24: document that unused bytes may be overwritten :pr:`289`
* tests: don't depend on specific ref counts :pr:`291`
* tests: compatibility fixes for cairo 1.17.6 :pr:`264`

.. _v1.21.0:

1.21.0 - 2022-03-07
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,6 +1,6 @@
project(
'pycairo', 'c',
version: '1.21.1',
version: '1.22.0',
meson_version: '>= 0.53.0',
license: 'LGPL-2.1-only OR MPL-1.1',
default_options: [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
from distutils import sysconfig


PYCAIRO_VERSION = '1.21.1'
PYCAIRO_VERSION = '1.22.0'
CAIRO_VERSION_REQUIRED = '1.15.10'


Expand Down

0 comments on commit 60029fa

Please sign in to comment.