Skip to content

Commit d05c683

Browse files
release 1.43.3
1 parent 1a5772c commit d05c683

16 files changed

+1610
-1583
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77

88
[Discussions about unicorn-binance-websocket-api releases!](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions/categories/releases)
99

10-
## 1.43.2.dev (development stage/unreleased/unstable)
10+
## 1.43.3.dev (development stage/unreleased/unstable)
11+
12+
## 1.43.3
1113
### Fixed
1214
- Restore backward compatibility Python >= 3.7 [issue#311](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/311)
1315

docs/CHANGELOG.html

Lines changed: 1272 additions & 1255 deletions
Large diffs are not rendered by default.

docs/README.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>UNICORN Binance WebSocket API &#8212; unicorn-binance-websocket-api 1.43.2 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<title>UNICORN Binance WebSocket API &#8212; unicorn-binance-websocket-api 1.43.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

1111
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1212
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?2022.1" />
@@ -298,7 +298,7 @@ <h2><a class="reference external" href="https://unicorn-binance-websocket-api.do
298298
</div>
299299
</section>
300300
<section id="get-the-right-logger">
301-
<h2>Get the right <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_logging.py">logger</a>:<a class="headerlink" href="#get-the-right-logger" title="Permalink to this heading"></a></h2>
301+
<h2>Get the right <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/Logging">logger</a>:<a class="headerlink" href="#get-the-right-logger" title="Permalink to this heading"></a></h2>
302302
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">logging</span><span class="o">.</span><span class="n">getLogger</span><span class="p">(</span><span class="s2">&quot;unicorn_binance_websocket_api&quot;</span><span class="p">)</span>
303303
</pre></div>
304304
</div>
@@ -852,7 +852,7 @@ <h3>Navigation</h3>
852852
<div class="footer">
853853
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
854854
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
855-
Last updated on Mar 28 2023 at 12:14 (CET).
855+
Last updated on Mar 29 2023 at 09:13 (CET).
856856
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
857857
<br />
858858
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/_sources/CHANGELOG.md.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77

88
[Discussions about unicorn-binance-websocket-api releases!](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions/categories/releases)
99

10-
## 1.43.2.dev (development stage/unreleased/unstable)
10+
## 1.43.3.dev (development stage/unreleased/unstable)
11+
12+
## 1.43.3
13+
### Fixed
14+
- Restore backward compatibility Python >= 3.7 [issue#311](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/311)
1115

1216
## 1.43.2
1317
### Changed

docs/_sources/README.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ubwa.unsubscribe_from_stream(stream_id, markets=markets)
8989
ubwa.unsubscribe_from_stream(stream_id, channels=channels)
9090
```
9191

92-
### Get the right [logger](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_logging.py):
92+
### Get the right [logger](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/Logging):
9393
```
9494
logging.getLogger("unicorn_binance_websocket_api")
9595
```

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '1.43.2',
3+
VERSION: '1.43.3',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/copyright.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>MIT License &#8212; unicorn-binance-websocket-api 1.43.2 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<title>MIT License &#8212; unicorn-binance-websocket-api 1.43.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

1111
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1212
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?2022.1" />
@@ -280,7 +280,7 @@ <h3>Navigation</h3>
280280
<div class="footer">
281281
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
282282
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
283-
Last updated on Mar 28 2023 at 12:14 (CET).
283+
Last updated on Mar 29 2023 at 09:13 (CET).
284284
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
285285
<br />
286286
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &#8212; unicorn-binance-websocket-api 1.43.2 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>Index &#8212; unicorn-binance-websocket-api 1.43.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?2022.1" />
@@ -688,7 +688,7 @@ <h3>Navigation</h3>
688688
<div class="footer">
689689
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
690690
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
691-
Last updated on Mar 28 2023 at 12:14 (CET).
691+
Last updated on Mar 29 2023 at 09:13 (CET).
692692
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
693693
<br />
694694
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

0 commit comments

Comments
 (0)