Skip to content

Commit bdfc695

Browse files
committed
Bump version to 1.1.1
1 parent 6ef1e38 commit bdfc695

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

colorspacious/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
1919
# 1.0.0.)
2020

21-
__version__ = "1.1.0+dev"
21+
__version__ = "1.1.1"

doc/changes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changes
22
=======
33

4+
v1.1.1
5+
------
6+
7+
* **BUG AFFECTING CALCULATIONS:** In previous versions, the constants
8+
``CIECAM02Surround.DIM`` and ``CIECAM02Surround.DARK`` were
9+
incorrect due to a data entry error. Fortunately,
10+
``CIECAM02Surround.AVERAGE`` *was* correct, and this is the default,
11+
so unless you have explicitly been requesting ``DIM`` or ``DARK``
12+
surrounds in your CIECAM02 calculations, then you should be
13+
unaffected by this bug. (Thanks to `Brian Deiterle
14+
<https://github.com/briend>`__ for catching this!)
15+
16+
417
v1.1.0
518
------
619

0 commit comments

Comments
 (0)