We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9357f commit ee51ca1Copy full SHA for ee51ca1
async_generator/_version.py
@@ -1 +1 @@
1
-__version__ = "1.8+dev"
+__version__ = "1.9"
docs/source/history.rst
@@ -5,10 +5,13 @@ Release history
5
6
.. towncrier release notes start
7
8
-1.9 (future)
9
-------------
+1.9 (2018-01-19)
+----------------
10
11
* Add :func:`asynccontextmanager`
12
+* When a partially-exhausted ``async_generator`` is garbage collected,
13
+ the warning printed now includes the generator's name to help you
14
+ 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
0 commit comments