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

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed Sep 25, 2017
1 parent 30bd9cb commit 99107e8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion colormath/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.1.1'
VERSION = '2.2.0'
4 changes: 2 additions & 2 deletions doc_src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.1.1'
release = '2.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
14 changes: 14 additions & 0 deletions doc_src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
Release Notes
=============

2.2.0
-----

Features
^^^^^^^^

* AppleRGBColor added. (jan-warchol)
* Added compatibility with NetworkX 2.0. (Erotemic)

Bug Fixes
^^^^^^^^^

* `IPT_to_XYZ` docstring corrected. (mumbleskates)

2.1.1
-----

Expand Down

0 comments on commit 99107e8

Please sign in to comment.