Skip to content

Commit

Permalink
Bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 25, 2022
1 parent 468f64e commit 779e27e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@
WARNING: Don't drop the next directive!

.. towncrier release notes start
0.0.3 (2022-01-26)
==================

Bugfixes
--------

- Fix subprocess transport when highlevel api (``asyncio.create_subprocess_exec()``) is used. (:issue:`7`)
1 change: 0 additions & 1 deletion CHANGES/7.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion aioloop_proxy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.2"
__version__ = "0.0.3"

from ._api import proxy
from ._loop import CheckKind, LoopProxy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.towncrier]
package = "aioloop-proxy"
package = "aioloop_proxy"
filename = "CHANGES.rst"
directory = "CHANGES/"
title_format = "{version} ({project_date})"
Expand Down

0 comments on commit 779e27e

Please sign in to comment.