Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 23, 2020
1 parent 7751e9d commit 9f486e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
Since version 1.11.0 Pycairo uses `Semantic Versioning
<http://semver.org/>`__ i.e. the newest version is the latest stable one.
The last version supporting Python 2.7 is 1.18.x.


.. _v1.19.0:

1.19.0 - 2020-??-??
1.19.0 - 2020-01-23
-------------------

* Python 2 is no longer supported.
* Python 2 is no longer supported :pr:`172`
* Add machine-readable license statement :pr:`158` (:user:`Maxim Ivanov <ulidtko>`)
* travis-ci: Manually set sysroot so correct SDK is used (:user:`Stuart Axon <stuaxo>`)
* Support Python 3.8 on Windows (because of DLL lookup changes)
* Fix wrong type for set_dash() offset parameter in the docs/types.


.. _v1.18.2:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'pycairo', 'c',
version: '1.18.2',
version: '1.19.0',
meson_version: '>= 0.47.0',
default_options: [
'warning_level=1',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from distutils import sysconfig


PYCAIRO_VERSION = '1.18.2'
PYCAIRO_VERSION = '1.19.0'
CAIRO_VERSION_REQUIRED = '1.13.1'
XPYB_VERSION_REQUIRED = '1.3'

Expand Down

0 comments on commit 9f486e8

Please sign in to comment.