Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
v0.9.85
Browse files Browse the repository at this point in the history
  • Loading branch information
erdewit committed May 5, 2023
1 parent 538fa26 commit 858ba2c
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 31 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changelog
---


Version 0.9.84
^^^^^^^^^^^^^^
* Fixed: :issue:`586`: Revert socket protocol back to version 176.

Version 0.9.84
^^^^^^^^^^^^^^
* Potential fix for ``reqWshEventData``.
Expand Down
4 changes: 2 additions & 2 deletions docs/html/_modules/ib_insync/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ib_insync.client &mdash; ib_insync 0.9.84 documentation</title>
<title>ib_insync.client &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.io_modules/ib_insync/client.html"/>
Expand Down Expand Up @@ -159,7 +159,7 @@ <h1>Source code for ib_insync.client</h1><div class="highlight"><pre>
<span class="n">RequestsInterval</span> <span class="o">=</span> <span class="mi">1</span>

<span class="n">MinClientVersion</span> <span class="o">=</span> <span class="mi">157</span>
<span class="n">MaxClientVersion</span> <span class="o">=</span> <span class="mi">177</span>
<span class="n">MaxClientVersion</span> <span class="o">=</span> <span class="mi">176</span>

<span class="p">(</span><span class="n">DISCONNECTED</span><span class="p">,</span> <span class="n">CONNECTING</span><span class="p">,</span> <span class="n">CONNECTED</span><span class="p">)</span> <span class="o">=</span> <span class="nb">range</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; ib_insync 0.9.84 documentation</title>
<title>Overview: module code &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.io_modules/index.html"/>
Expand Down
4 changes: 4 additions & 0 deletions docs/html/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changelog
---


Version 0.9.84
^^^^^^^^^^^^^^
* Fixed: :issue:`586`: Revert socket protocol back to version 176.

Version 0.9.84
^^^^^^^^^^^^^^
* Potential fix for ``reqWshEventData``.
Expand Down
2 changes: 1 addition & 1 deletion docs/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.9.84',
VERSION: '0.9.85',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
6 changes: 3 additions & 3 deletions docs/html/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>API docs &mdash; ib_insync 0.9.84 documentation</title>
<title>API docs &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.ioapi.html"/>
Expand Down Expand Up @@ -1623,7 +1623,7 @@

<section id="api-docs">
<span id="api"></span><h1>API docs<a class="headerlink" href="#api-docs" title="Permalink to this heading"></a></h1>
<p>Release 0.9.84.</p>
<p>Release 0.9.85.</p>
<div class="toctree-wrapper compound">
</div>
<p>Also see the official
Expand Down Expand Up @@ -3871,7 +3871,7 @@

<dl class="py attribute">
<dt class="sig sig-object py" id="ib_insync.client.Client.MaxClientVersion">
<span class="sig-name descname"><span class="pre">MaxClientVersion</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">177</span></em><a class="headerlink" href="#ib_insync.client.Client.MaxClientVersion" title="Permalink to this definition"></a></dt>
<span class="sig-name descname"><span class="pre">MaxClientVersion</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">176</span></em><a class="headerlink" href="#ib_insync.client.Client.MaxClientVersion" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="py attribute">
Expand Down
29 changes: 19 additions & 10 deletions docs/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Changelog &mdash; ib_insync 0.9.84 documentation</title>
<title>Changelog &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.iochangelog.html"/>
Expand Down Expand Up @@ -49,6 +49,7 @@
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.9</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#version-0-9-84">Version 0.9.84</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id2">Version 0.9.84</a></li>
<li class="toctree-l3"><a class="reference internal" href="#version-0-9-83">Version 0.9.83</a></li>
<li class="toctree-l3"><a class="reference internal" href="#version-0-9-82">Version 0.9.82</a></li>
<li class="toctree-l3"><a class="reference internal" href="#version-0-9-81">Version 0.9.81</a></li>
Expand Down Expand Up @@ -135,7 +136,7 @@
<li class="toctree-l3"><a class="reference internal" href="#version-0-9-0">Version 0.9.0</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#id2">0.8</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id3">0.8</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#version-0-8-17">Version 0.8.17</a></li>
<li class="toctree-l3"><a class="reference internal" href="#version-0-8-16">Version 0.8.16</a></li>
<li class="toctree-l3"><a class="reference internal" href="#version-0-8-15">Version 0.8.15</a></li>
Expand All @@ -156,14 +157,14 @@
<li class="toctree-l3"><a class="reference internal" href="#version-0-8-0">Version 0.8.0</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#id3">0.7</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id4">0.7</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#version-0-7-3">Version 0.7.3</a></li>
<li class="toctree-l3"><a class="reference internal" href="#version-0-7-2">Version 0.7.2</a></li>
<li class="toctree-l3"><a class="reference internal" href="#version-0-7-1">Version 0.7.1</a></li>
<li class="toctree-l3"><a class="reference internal" href="#version-0-7-0">Version 0.7.0</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#id4">0.6</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id5">0.6</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#version-0-6-1">Version 0.6.1</a></li>
<li class="toctree-l3"><a class="reference internal" href="#version-0-6-0">Version 0.6.0</a></li>
</ul>
Expand Down Expand Up @@ -203,6 +204,14 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this he
<h2>0.9<a class="headerlink" href="#id1" title="Permalink to this heading"></a></h2>
<section id="version-0-9-84">
<h3>Version 0.9.84<a class="headerlink" href="#version-0-9-84" title="Permalink to this heading"></a></h3>
<blockquote>
<div><ul class="simple">
<li><p>Fixed: <a class="reference external" href="https://github.com/erdewit/ib_insync/issues/586">issue 586</a>: Revert socket protocol back to version 176.</p></li>
</ul>
</div></blockquote>
</section>
<section id="id2">
<h3>Version 0.9.84<a class="headerlink" href="#id2" title="Permalink to this heading"></a></h3>
<ul class="simple">
<li><p>Potential fix for <code class="docutils literal notranslate"><span class="pre">reqWshEventData</span></code>.</p></li>
</ul>
Expand Down Expand Up @@ -897,8 +906,8 @@ <h3>Version 0.9.0<a class="headerlink" href="#version-0-9-0" title="Permalink to
</ul>
</section>
</section>
<section id="id2">
<h2>0.8<a class="headerlink" href="#id2" title="Permalink to this heading"></a></h2>
<section id="id3">
<h2>0.8<a class="headerlink" href="#id3" title="Permalink to this heading"></a></h2>
<section id="version-0-8-17">
<h3>Version 0.8.17<a class="headerlink" href="#version-0-8-17" title="Permalink to this heading"></a></h3>
<ul class="simple">
Expand Down Expand Up @@ -1035,8 +1044,8 @@ <h3>Version 0.8.0<a class="headerlink" href="#version-0-8-0" title="Permalink to
</ul>
</section>
</section>
<section id="id3">
<h2>0.7<a class="headerlink" href="#id3" title="Permalink to this heading"></a></h2>
<section id="id4">
<h2>0.7<a class="headerlink" href="#id4" title="Permalink to this heading"></a></h2>
<section id="version-0-7-3">
<h3>Version 0.7.3<a class="headerlink" href="#version-0-7-3" title="Permalink to this heading"></a></h3>
<ul class="simple">
Expand Down Expand Up @@ -1065,8 +1074,8 @@ <h3>Version 0.7.0<a class="headerlink" href="#version-0-7-0" title="Permalink to
</ul>
</section>
</section>
<section id="id4">
<h2>0.6<a class="headerlink" href="#id4" title="Permalink to this heading"></a></h2>
<section id="id5">
<h2>0.6<a class="headerlink" href="#id5" title="Permalink to this heading"></a></h2>
<section id="version-0-6-1">
<h3>Version 0.6.1<a class="headerlink" href="#version-0-6-1" title="Permalink to this heading"></a></h3>
<ul class="simple">
Expand Down
2 changes: 1 addition & 1 deletion docs/html/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Source code &mdash; ib_insync 0.9.84 documentation</title>
<title>Source code &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.iocode.html"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; ib_insync 0.9.84 documentation</title>
<title>Index &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.iogenindex.html"/>
Expand Down
8 changes: 4 additions & 4 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contents &mdash; ib_insync 0.9.84 documentation</title>
<title>Contents &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.ioindex.html"/>
Expand Down Expand Up @@ -133,9 +133,9 @@ <h1>Contents<a class="headerlink" href="#contents" title="Permalink to this head
</li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">0.9</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">0.8</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">0.7</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">0.6</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">0.8</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">0.7</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id5">0.6</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="links.html">Links</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Links &mdash; ib_insync 0.9.84 documentation</title>
<title>Links &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.iolinks.html"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Notebooks &mdash; ib_insync 0.9.84 documentation</title>
<title>Notebooks &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.ionotebooks.html"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Module Index &mdash; ib_insync 0.9.84 documentation</title>
<title>Python Module Index &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.iopy-modindex.html"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Introduction &mdash; ib_insync 0.9.84 documentation</title>
<title>Introduction &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.ioreadme.html"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/recipes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Code recipes &mdash; ib_insync 0.9.84 documentation</title>
<title>Code recipes &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.iorecipes.html"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; ib_insync 0.9.84 documentation</title>
<title>Search &mdash; ib_insync 0.9.85 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="canonical" href="https://ib_insync.readthedocs.iosearch.html"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ib_insync/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version info."""

__version_info__ = (0, 9, 84)
__version_info__ = (0, 9, 85)
__version__ = '.'.join(str(v) for v in __version_info__)

0 comments on commit 858ba2c

Please sign in to comment.