From 0fab3435b8862c5fff6182537c61a592effbdc44 Mon Sep 17 00:00:00 2001 From: Luke Fitzgerald Date: Wed, 19 Sep 2018 15:35:36 +0100 Subject: [PATCH] Release version 1.1.9 --- CHANGES.md | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 73ac707..c1586c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -63,4 +63,11 @@ Changelog * Bugfix: FmtHighlightText - explicitly set non-bold for column header * Feature: Add page break example to documentation * Bugfix: Pass `apply_to_header_and_index` to base class on all formatters - + +### 1.1.9 (2018-09-19) + + * Bugfix: Indexing error in table.html with non-unique indices + * Bugfix: Removed Pandas warning in tests + * Remove WidePanel, update ipynb + * Feature: Add support for specifying different text colors for MultiIndex levels + * Feature: Add a context manager for temporarily setting plot format/DPI diff --git a/setup.py b/setup.py index aad8562..d30e58e 100755 --- a/setup.py +++ b/setup.py @@ -163,7 +163,7 @@ def run_tests(self): setup( name="pybloqs", - version="1.1.8", + version="1.1.9", author="Man AHL Technology", author_email="ManAHLTech@ahl.com", description="Data Visualization and Report Building",