From 4c5bab05c100a2365f865f724dafdcfcfe164db7 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Thu, 12 Mar 2015 14:59:39 -0400 Subject: [PATCH] Releasing 2.1.1. --- colormath/__init__.py | 2 +- doc_src/conf.py | 2 +- doc_src/release_notes.rst | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/colormath/__init__.py b/colormath/__init__.py index 43082d4..5f42f88 100644 --- a/colormath/__init__.py +++ b/colormath/__init__.py @@ -1 +1 @@ -VERSION = '2.1.0' +VERSION = '2.1.1' diff --git a/doc_src/conf.py b/doc_src/conf.py index d087572..cdb555e 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.1.0' +release = '2.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc_src/release_notes.rst b/doc_src/release_notes.rst index e52c75f..b4c9f67 100644 --- a/doc_src/release_notes.rst +++ b/doc_src/release_notes.rst @@ -5,6 +5,14 @@ Release Notes ============= +2.1.1 +----- + +Bug Fixes +^^^^^^^^^ + +* Add ``network`` to install_requires. (Ed-von-Schleck) + 2.1.0 -----