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

Commit 4c5bab0

Browse files
committed
Releasing 2.1.1.
1 parent d073b87 commit 4c5bab0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

colormath/__init__.py

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

doc_src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '2.0'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.1.0'
62+
release = '2.1.1'
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
Release Notes
66
=============
77

8+
2.1.1
9+
-----
10+
11+
Bug Fixes
12+
^^^^^^^^^
13+
14+
* Add ``network`` to install_requires. (Ed-von-Schleck)
15+
816
2.1.0
917
-----
1018

0 commit comments

Comments
 (0)