From 20a3cb8f16769861ab4a40f993c4c5f25ea3dd2d Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Sat, 22 Apr 2017 00:27:05 -0500 Subject: [PATCH] Prepare changelog for release --- doc/changelog.rst | 9 ++++++--- mizani/utils.py | 1 - 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 8262585..3c02e66 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,9 +1,13 @@ Changelog ========= -v0.2.1 +v0.3.1 ------ -*(unreleased)* +*unreleased* + +v0.3.0 +------ +*24-04-2017* - Added :func:`~mizani.palettes.xkcd_palette`, a palette that selects from 954 named colors. @@ -22,7 +26,6 @@ v0.2.1 the limits are equal. Previous, one run into an *Overflow* and the other returned a sequence filled with *n* of the same limit. - API Changes *********** diff --git a/mizani/utils.py b/mizani/utils.py index 4001801..d4f453a 100644 --- a/mizani/utils.py +++ b/mizani/utils.py @@ -239,7 +239,6 @@ def first_element(obj): return next(iter(obj)) - def multitype_sort(a): """ Sort elements of multiple types