diff options
author | Steve Chaplin <stevech1097@yahoo.com.au> | 2010-05-20 19:34:12 +0800 |
---|---|---|
committer | Steve Chaplin <stevech1097@yahoo.com.au> | 2010-05-20 19:34:12 +0800 |
commit | 4bdc290959c4464016083bce16a37ef1c0527c82 (patch) | |
tree | 162c1fd1a746fa1883a053c12cd12ab8296e4d90 /README | |
parent | facedd55b6e5d04ce687136307108d058e4276ee (diff) | |
download | py2cairo-4bdc290959c4464016083bce16a37ef1c0527c82.tar.gz |
=== Pycairo 1.8.10 ===
Version number changes for 1.8.10 release.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ http://www.cairographics.org/pycairo Dependencies ------------ - cairo >= 1.8.8 + cairo >= 1.8.10 Python >= 2.6 Compiling @@ -33,8 +33,8 @@ If you find a bug in Pycairo, please go to https://bugs.freedesktop.org/enter_bug.cgi?product=pycairo and submit a bugreport. -IMPORTANT: make sure you state which version of cairo and pycairo you are -using when you report a problem or bug. +IMPORTANT: make sure you state which version of cairo, pycairo, and Python you +are using when you report a problem or bug. >>> import cairo >>> cairo.cairo_version_string() # shows the cairo version |