Skip to content

Commit 856c99c

Browse files
release 2.5.0
1 parent 71930e8 commit 856c99c

File tree

19 files changed

+1822
-1799
lines changed

19 files changed

+1822
-1799
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1010
[How to upgrade to the latest version!](https://unicorn-binance-websocket-api.docs.lucit.tech/readme.html#installation-and-upgrade)
1111

1212
## 2.5.0.dev (development stage/unreleased/unstable)
13+
14+
## 2.5.0
15+
Functionally, nothing changes with this update. However, there are now sensible error messages if errors occur in the
16+
code of the `process_asyncio_queue`-coroutine.
17+
1318
### Added
1419
- Solved `Tracebacks of process_asyncio_queue-coroutines` [issue#375](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/375)
1520

dev/sphinx/source/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1010
[How to upgrade to the latest version!](https://unicorn-binance-websocket-api.docs.lucit.tech/readme.html#installation-and-upgrade)
1111

1212
## 2.5.0.dev (development stage/unreleased/unstable)
13+
14+
## 2.5.0
15+
Functionally, nothing changes with this update. However, there are now sensible error messages if errors occur in the
16+
code of the `process_asyncio_queue`-coroutine.
17+
1318
### Added
1419
- Solved `Tracebacks of process_asyncio_queue-coroutines` [issue#375](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/375)
1520

docs/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h3>Navigation</h3>
254254
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
255255
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
256256
See <a href="/license.html">License</a> for more information.<br />
257-
Last updated on May 04 2024 at 11:35 (CET).
257+
Last updated on May 04 2024 at 11:52 (CET).
258258
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
259259
<br />
260260
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/_modules/unicorn_binance_websocket_api/manager.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h1>Source code for unicorn_binance_websocket_api.manager</h1><div class="highli
206206
<span class="kn">from</span> <span class="nn">typing_extensions</span> <span class="kn">import</span> <span class="n">Literal</span>
207207

208208
<span class="n">__app_name__</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;unicorn-binance-websocket-api&quot;</span>
209-
<span class="n">__version__</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;2.5.0.dev&quot;</span>
209+
<span class="n">__version__</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;2.5.0&quot;</span>
210210

211211
<span class="n">logger</span> <span class="o">=</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>
212212

@@ -5060,7 +5060,7 @@ <h3>Navigation</h3>
50605060
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
50615061
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
50625062
See <a href="/license.html">License</a> for more information.<br />
5063-
Last updated on May 04 2024 at 11:22 (CET).
5063+
Last updated on May 04 2024 at 11:46 (CET).
50645064
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
50655065
<br />
50665066
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/_sources/changelog.md.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1010
[How to upgrade to the latest version!](https://unicorn-binance-websocket-api.docs.lucit.tech/readme.html#installation-and-upgrade)
1111

1212
## 2.5.0.dev (development stage/unreleased/unstable)
13+
14+
## 2.5.0
15+
Functionally, nothing changes with this update. However, there are now sensible error messages if errors occur in the
16+
code of the `process_asyncio_queue`-coroutine.
17+
1318
### Added
1419
- Solved `Tracebacks of process_asyncio_queue-coroutines` [issue#375](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/375)
1520

docs/changelog.html

Lines changed: 1408 additions & 1401 deletions
Large diffs are not rendered by default.

docs/code_of_conduct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h3>Navigation</h3>
399399
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
400400
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
401401
See <a href="/license.html">License</a> for more information.<br />
402-
Last updated on May 04 2024 at 11:35 (CET).
402+
Last updated on May 04 2024 at 11:52 (CET).
403403
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
404404
<br />
405405
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ <h3>Navigation</h3>
338338
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
339339
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
340340
See <a href="/license.html">License</a> for more information.<br />
341-
Last updated on May 04 2024 at 11:35 (CET).
341+
Last updated on May 04 2024 at 11:52 (CET).
342342
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
343343
<br />
344344
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ <h3>Navigation</h3>
779779
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
780780
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
781781
See <a href="/license.html">License</a> for more information.<br />
782-
Last updated on May 04 2024 at 11:35 (CET).
782+
Last updated on May 04 2024 at 11:52 (CET).
783783
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
784784
<br />
785785
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

0 commit comments

Comments
 (0)