Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Release engineering for 1.10 #22

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

Merged
njsmith merged 2 commits into python-trio:master from njsmith:release-1.10
Aug 1, 2018
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
2 changes: 1 addition & 1 deletion async_generator/_version.py
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.9+dev"
__version__ = "1.10+dev"
27 changes: 24 additions & 3 deletions docs/source/history.rst
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,37 @@ Release history

.. towncrier release notes start

Async_Generator 1.10 (2018年07月31日)
---------------------------------

Features
~~~~~~~~

- Add support for PEP 525-style finalization hooks via
``set_asyncgen_hooks()`` and ``get_asyncgen_hooks()`` functions. On
Python 3.6+, these are aliases for the versions in ``sys``; on
Python 3.5, they're work-alike implementations. And,
``@async_generator`` generators now call these hooks at the
appropriate times. (`#15
<https://github.com/python-trio/trio/issues/15>`__)

Fixes
~~~~~

- Package now properly includes license files. (`#11
<https://github.com/python-trio/async_generator/pull/11>`__)


1.9 (2018年01月19日)
----------------

* Add :func:`asynccontextmanager`
* When a partially-exhausted ``async_generator`` is garbage collected,
the warning printed now includes the generator's name to help you
track it down.
* Move under the auspices of the Trio project
* This includes a license change from MIT → dual MIT+Apache2
* Various changes to project organization to match Trio project standard
* Move under the auspices of the Trio project. This includes a license
change from MIT → dual MIT+Apache2, and various changes to internal
organization to match Trio project standard.

1.8 (2017年06月17日)
----------------
Expand Down
5 changes: 0 additions & 5 deletions newsfragments/15.feature.rst
View file Open in desktop

This file was deleted.

AltStyle によって変換されたページ (->オリジナル) /