Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Apr 2, 2018
1 parent 6ef1e38 commit bdfc695
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion colorspacious/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
# 1.0.0.)

__version__ = "1.1.0+dev"
__version__ = "1.1.1"
13 changes: 13 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changes
=======

v1.1.1
------

* **BUG AFFECTING CALCULATIONS:** In previous versions, the constants
``CIECAM02Surround.DIM`` and ``CIECAM02Surround.DARK`` were
incorrect due to a data entry error. Fortunately,
``CIECAM02Surround.AVERAGE`` *was* correct, and this is the default,
so unless you have explicitly been requesting ``DIM`` or ``DARK``
surrounds in your CIECAM02 calculations, then you should be
unaffected by this bug. (Thanks to `Brian Deiterle
<https://github.com/briend>`__ for catching this!)


v1.1.0
------

Expand Down

0 comments on commit bdfc695

Please sign in to comment.