Skip to content

Commit

Permalink
Release version 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Christ authored and Dominik Christ committed Jan 25, 2022
1 parent 0fdf082 commit e3ca8ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,8 @@ Changelog
* Feature: Add CommonTableFormatter builder to configuring table formatting
* Bugfix: Fix striped background for table formatting
* Deprecate Python 2.7, make Python 3.6 minimum required version

### 1.2.13 (2022-01-25)

* Bugfix: Fix output of Plotly blocks no longer showing in newer versions of Jupyter
* Bugfix: Add static output to Bokeh and Plotly to enable sending within email body
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.2.12'
version = u'1.2.13'
# The full version, including alpha/beta/rc tags.
release = u'1.2.12'
release = u'1.2.13'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def run_tests(self):

setup(
name="pybloqs",
version="1.2.12",
version="1.2.13",
author="Man Alpha Technology",
author_email="ManAlphaTech@man.com",
description="Data Visualization and Report Building",
Expand Down

0 comments on commit e3ca8ef

Please sign in to comment.