versioning

This commit is contained in:
wiredfool 2013-10-01 23:22:45 -07:00
parent 135c47e82a
commit 13860addc4
2 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,8 @@ pyCMS
Version History: Version History:
1.0.0 pil Oct 2013 Port to LCMS 2.
0.1.0 pil mod March 10, 2009 0.1.0 pil mod March 10, 2009
Renamed display profile to proof profile. The proof Renamed display profile to proof profile. The proof
@ -77,7 +79,7 @@ pyCMS
""" """
VERSION = "0.1.0 pil" VERSION = "1.0.0 pil"
# --------------------------------------------------------------------. # --------------------------------------------------------------------.

View File

@ -14,7 +14,7 @@ def test_sanity():
# this mostly follows the cms_test outline. # this mostly follows the cms_test outline.
v = ImageCms.versions() # should return four strings 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]) assert_equal(list(map(type, v)), [str, str, str, str])
# internal version number # internal version number