diff --git a/PIL/ImageCms.py b/PIL/ImageCms.py index e3cb11f36..4aba23c65 100644 --- a/PIL/ImageCms.py +++ b/PIL/ImageCms.py @@ -42,6 +42,8 @@ pyCMS Version History: + 1.0.0 pil Oct 2013 Port to LCMS 2. + 0.1.0 pil mod March 10, 2009 Renamed display profile to proof profile. The proof @@ -77,7 +79,7 @@ pyCMS """ -VERSION = "0.1.0 pil" +VERSION = "1.0.0 pil" # --------------------------------------------------------------------. diff --git a/Tests/test_imagecms.py b/Tests/test_imagecms.py index 29e578192..fec299ace 100644 --- a/Tests/test_imagecms.py +++ b/Tests/test_imagecms.py @@ -14,7 +14,7 @@ def test_sanity(): # this mostly follows the cms_test outline. v = ImageCms.versions() # should return four strings - assert_equal(v[0], '0.1.0 pil') + assert_equal(v[0], '1.0.0 pil') assert_equal(list(map(type, v)), [str, str, str, str]) # internal version number