Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Aug 11, 2020
1 parent 3ac8b8c commit a0d16be
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ <h1 class="title">Package <code>h2o_q</code></h1>
realtime state synchronization between Python and web browsers.</p>
<h1 id="change-log">Change Log</h1>
<ul>
<li><a href="https://github.com/h2oai/qd/releases/tag/v0.1.3">v0.1.4</a> - Aug 10, 2020<ul>
<li>Fixed<ul>
<li>Frame heights are not respected with total height of frames exceeds containing card size</li>
</ul>
</li>
</ul>
</li>
<li><a href="https://github.com/h2oai/qd/releases/tag/v0.1.3">v0.1.3</a> - Aug 10, 2020<ul>
<li>Fixed<ul>
<li><code><a title="h2o_q.ui.link" href="ui.html#h2o_q.ui.link">link()</a></code> now has a <code>download</code> attribute to work around a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=858538">Firefox bug</a>.</li>
Expand Down
4 changes: 3 additions & 1 deletion py/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# Change Log

- [v0.1.4](https://github.com/h2oai/qd/releases/tag/v0.1.3) - Aug 10, 2020
- Fixed
- Frame heights are not respected with total height of frames exceeds containing card size
- [v0.1.3](https://github.com/h2oai/qd/releases/tag/v0.1.3) - Aug 10, 2020
- Fixed
- `h2o_q.ui.link()` now has a `download` attribute to work around a [Firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=858538).
Expand Down
2 changes: 1 addition & 1 deletion py/examples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ bokeh
matplotlib
altair
vega-datasets
h2o_q==0.1.3
h2o_q==0.1.4
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='h2o_q',
version='0.1.3',
version='0.1.4',
author='Prithvi Prabhu',
author_email='[email protected]',
description='Python driver for H2O Q Realtime Apps',
Expand Down

0 comments on commit a0d16be

Please sign in to comment.