Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 99107e8

Browse files
committed
Release 2.2.0
1 parent 30bd9cb commit 99107e8

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

colormath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.1.1'
1+
VERSION = '2.2.0'

doc_src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '2.0'
60+
version = '2.2'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.1.1'
62+
release = '2.2.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

doc_src/release_notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55
Release Notes
66
=============
77

8+
2.2.0
9+
-----
10+
11+
Features
12+
^^^^^^^^
13+
14+
* AppleRGBColor added. (jan-warchol)
15+
* Added compatibility with NetworkX 2.0. (Erotemic)
16+
17+
Bug Fixes
18+
^^^^^^^^^
19+
20+
* `IPT_to_XYZ` docstring corrected. (mumbleskates)
21+
822
2.1.1
923
-----
1024

0 commit comments

Comments
 (0)