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

Appearance settings

Commit 2c5e2e2

Browse filesBrowse files
committed
Release engineering for 1.10
1 parent 22eddc1 commit 2c5e2e2
Copy full SHA for 2c5e2e2

File tree

Expand file treeCollapse file tree

3 files changed

+25
-9
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+25
-9
lines changed

‎async_generator/_version.py

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.9+dev"
1+
__version__ = "1.10"

‎docs/source/history.rst

Copy file name to clipboardExpand all lines: docs/source/history.rst
+24-3Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,37 @@ Release history
55

66
.. towncrier release notes start
77
8+
Async_Generator 1.10 (2018-07-31)
9+
---------------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Add support for PEP 525-style finalization hooks via
15+
``set_asyncgen_hooks()`` and ``get_asyncgen_hooks()`` functions. On
16+
Python 3.6+, these are aliases for the versions in ``sys``; on
17+
Python 3.5, they're work-alike implementations. And,
18+
``@async_generator`` generators now call these hooks at the
19+
appropriate times. (`#15
20+
<https://github.com/python-trio/trio/issues/15>`__)
21+
22+
Fixes
23+
~~~~~
24+
25+
- Package now properly includes license files. (`#11
26+
<https://github.com/python-trio/async_generator/pull/11>`__)
27+
28+
829
1.9 (2018-01-19)
930
----------------
1031

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

1940
1.8 (2017-06-17)
2041
----------------

‎newsfragments/15.feature.rst

Copy file name to clipboardExpand all lines: newsfragments/15.feature.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.