Skip to content

Commit

Permalink
Release version 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lwfitzgerald committed Sep 19, 2018
1 parent 9b86d1f commit 0fab343
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="Data Visualization and Report Building",
Expand Down

0 comments on commit 0fab343

Please sign in to comment.