Skip to content

Commit

Permalink
Mergerelease/0.7.0
Browse files Browse the repository at this point in the history
refs #18
  • Loading branch information
daltonmatos authored Oct 5, 2022
2 parents 0b6a6bd + e0f7f14 commit d213e33
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file modified docs/.doctrees/compatibility.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/_sources/compatibility.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Compatibility
~~~~~~~~~~~~~

The explicit passing of a ``loop`` keyword argument, and subsequent access of a
``.loop`` attribute, has been deprecated and will be removed in version 0.7.0 for
``.loop`` attribute, has been deprecated and was removed in version 0.7.0 for
Loggers and Handlers.

Currently tested on Python:

- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
4 changes: 2 additions & 2 deletions docs/compatibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
<section id="compatibility">
<h1>Compatibility<a class="headerlink" href="#compatibility" title="Permalink to this headline"></a></h1>
<p>The explicit passing of a <code class="docutils literal notranslate"><span class="pre">loop</span></code> keyword argument, and subsequent access of a
<code class="docutils literal notranslate"><span class="pre">.loop</span></code> attribute, has been deprecated and will be removed in version 0.7.0 for
<code class="docutils literal notranslate"><span class="pre">.loop</span></code> attribute, has been deprecated and was removed in version 0.7.0 for
Loggers and Handlers.</p>
<p>Currently tested on Python:</p>
<ul class="simple">
<li><p>3.6</p></li>
<li><p>3.7</p></li>
<li><p>3.8</p></li>
<li><p>3.9</p></li>
<li><p>3.10</p></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aiologger
version = 0.6.1
version = 0.7.0
description = Asynchronous logging for python and asyncio
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit d213e33

Please sign in to comment.