Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/0.7.0 #23

Merged
merged 2 commits into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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