diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2011-02-07 20:06:20 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2011-02-07 20:06:20 +0100 |
commit | 2c9c55d35103c4230104fd8a2f3ab4bf0e172d54 (patch) | |
tree | fd05b65da856522d9c0e4dce6837a169db8e5925 /NEWS | |
parent | e03f19c609df363f910730ce63e756a166d9e9be (diff) | |
download | pyexiv2-2c9c55d35103c4230104fd8a2f3ab4bf0e172d54.tar.gz |
Updated documentation: pyexiv2 0.3 requires Python ≥ 2.6,
because ImageMetadata implements collections.MutableMapping that was introduced in Python 2.6.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ pyexiv2 0.3.0 "A Good Year" - 2010-12-31 Dependencies: -- Python ≥ 2.5 +- Python ≥ 2.6 - libexiv2 ≥ 0.19 - boost.python ≥ 1.38 |