mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
versioning
This commit is contained in:
parent
135c47e82a
commit
13860addc4
|
@ -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"
|
||||
|
||||
# --------------------------------------------------------------------.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user